首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > 在disassembly图书馆

在disassembly图书馆

资 源 简 介

This was an up-to-date libdasm fork, but I never got the time. If you"re looking for a good and open disassembly engine, you should check Capstone It"s public domain. updates added opcodes : * 0xf6-0xf7 group 3 xx001xxx test * 0xc0-0xc1 group 2 xx110xxx sal fixes : * 0xd9 0xd0-0xff fpu * 0x8c mov segment register * 0x0f 0xb6-0xb7 movzx test libdasmexamples>das test32.bin00000000 d9e0 fchs00000002 d9e1 fabs00000004 90 nop00000005 f60000 test byte [eax],0x000000008 f60800 test byte [eax],0x00000000b f70000000000 test dword [eax],0x000000011 f70800000000 test dword [eax],0x000000017 90 nop00000018 8c00 mov [eax],es0000001a 90 nop0000001b 0fb700

文 件 列 表

examples
das.c
Makefile
README.txt
simple.c
test32.bin
pydasm
das.py
pydasm.c
README.txt
setup.py
rbdasm
dasm.c
dasm.rb.ut.rb
extconf.rb
Makefile
HISTORY.txt
opcode_tables.h
LIB.txt
libdasm.c
libdasm.def
libdasm.h
Makefile
Makefile.msvc
README.txt
TODO.txt
VIP VIP
0.170973s