ixsec 发表于 2019-2-27 21:20

REDasm 一款开源的反编译 软件

REDasm is an interactive, multiarchitecture disassembler written in modern C++11 using Qt5 as UI Framework, its core is modular and it can be easily extended in order to support new file formats and instruction sets.
You can hack and improve REDasm without any issues and limitations.




项目地址: https://github.com/REDasmOrg/REDasm

bin 下载地址:https://github.com/REDasmOrg/REDasm-Builds


losingstars 发表于 2019-2-27 21:33

楼主没给编译个出来呀。

Mr.98xp 发表于 2019-2-27 21:44

...我是学java的,看不懂反编译怎么破

lyliucn 发表于 2019-2-27 22:38

反编译什么软件?

mfkiwl 发表于 2019-2-28 06:28

这个界面看起来很漂亮,功能上肯定要慢慢完善

younghuang 发表于 2019-2-28 07:25


反编译什么软件?

951 发表于 2019-2-28 11:14

有点迷反编译的话是万能的吗?

ixsec 发表于 2019-2-28 18:38

losingstars 发表于 2019-2-27 21:33
楼主没给编译个出来呀。

https://github.com/REDasmOrg/REDasm-Builds上面都给出链接了~! 你没有仔细看~~

ixsec 发表于 2019-2-28 18:44

lyliucn 发表于 2019-2-27 22:38
反编译什么软件?

Portable Executable        32/64 bits
ELF Executable        32/64 bits, Little/Big endian
Sony Playstation 1 Executable        PsyQ 4.6/7 signatures available
Android Dalvik Executable (DEX)       
XBox1 Executable (XBE)       
GameBoy Advance ROM        In development
Nintendo64 ROM        Little/Big endian and "swapped roms" are supported, In development
Assemblers
x86 and x86_64        Capstone Based
MIPS        Capstone Based, Little/Big endian mode
ARM        Capstone Based, 32 bits only
Dalvik       
CHIP-8        Just for Fun :)

ixsec 发表于 2019-2-28 18:45

951 发表于 2019-2-28 11:14
有点迷反编译的话是万能的吗?

不是的 支持下面的:

Portable Executable        32/64 bits
ELF Executable        32/64 bits, Little/Big endian
Sony Playstation 1 Executable        PsyQ 4.6/7 signatures available
Android Dalvik Executable (DEX)       
XBox1 Executable (XBE)       
GameBoy Advance ROM        In development
Nintendo64 ROM        Little/Big endian and "swapped roms" are supported, In development
Assemblers
x86 and x86_64        Capstone Based
MIPS        Capstone Based, Little/Big endian mode
ARM        Capstone Based, 32 bits only
Dalvik       
CHIP-8        Just for Fun :)
页: [1]
查看完整版本: REDasm 一款开源的反编译 软件