本来是要搞个WEB,结果用到文本查询工具,但该工具仅支持txt,没法搜php文件,于是想到反编译,期间用到010editor V9.0.2 发现过期了,又开始折腾如何注册。。真累
1、下载010editor V9.0.2
2、下载fasmw 地址:http://flatassembler.net/download.php
3、至github下载 keygen:https://github.com/iDone/010-Editor-Keygen
4、将2/3放在同一目录下:
执行:
fasm main.asm
期间可能报错:“include ‘\fasm\include\win32ax.inc’error: file not found”,修改main.asm中路径即可
5、生成main.exe,运行:
6、注册成功;
7、附已生成的main.exe: