文件名称:8051-disassembler
文件大小:6KB
文件格式:ZIP
更新时间:2024-06-07 03:10:13
Python
8051反汇编程序
帮助拆卸Intel 8051操作码的小工具。
需要Python3 termcolor库。
$ ./disas.py dump.bin
> help
*** Intel 8051(basic) disassembler - coded by Fritz (@anarcheuz) ***
Software coded for 256k flash dump, append with 0xff if not the case to avoid any inconvenience!
quit|q - quit
help|h - show this help
x/f
【文件预览】:
8051-disassembler-master
----README.md(1KB)
----LICENSE(1KB)
----cpu_8051.py(12KB)
----disas.py(3KB)