radare2 1.3.0 发布了,这是一个大版本更新,内部将本次项目名称作:永远重构(Refactor Forever)。radare2 是一款开放源代码的逆向工程平台,它可以反汇编、调试、分析和操作二进制文件。
值得关注的更新:
r2-indent
uses uncrustify and some regexes after it (also supports clang-format)
enforces a common indentation syntax across all the codebase (wip)
r2-docker
supports creating and using a docker image with r2
supports debugging linux-x86-32/64
Initial support for WebAsm
Usability
Show RBin plugin info with rabin2 -L [plugin]
rasm2 obeys R2_ARCH and R2_BITS env vars from r2
Added warning when loading project with different binary
Removed useless elf size flag (-nn) and set normal flag size
Enhance graph shortcuts
rabin2
Display plugin info in a proper structured way for humans with rabin2 -L [plugin].
Fix current rabin2 -L [-j] output.
Allow to specify -j before or after -L.
Important Bugs Fixed
Fixed r2pipe and RCons grep on Windows
Avoid 100% cpu usage in Linux debugger
Fix c++ demangler crash
Fix ASN1 memory bugs (various overflows)
Fix - Handle ^C in pdr and other search commands
Fixes for dalvik and analop (imm/ptr)
Fix crash in rabin2 -C for mach0
Fix - Invalid delta diff boundaries
软件详情:https://github.com/radare/radare2/releases/tag/1.3.0
下载地址:https://github.com/radare/radare2/archive/1.3.0.zip
来自:开源中国社区

