逆向学习环境BinHunt
立即下载
资源介绍:
建议使用CFF Explorer等逆向分析工具
In order to run this example code, you must do the following:
cd xeno-mod-pefile-1.2.10-121
python setup.py install
Then you can play the game by typing
python BinHunt.py
If you want to skip to level 5 for instance, do
python BinHunt.py 5
NOTE: if you want to actually run the randomly generated
executables, you must have the Visual C++ 2010 (x86 or x64
depending on your system) redistributable libraries installed
x86: http://www.microsoft.com/en-us/download/details.aspx?id=5555
x64: http://www.microsoft.com/en-us/download/details.aspx?id=14632
.exe files can be just run normally
.dll files can be tested by doing:
rundll32.exe ,SayHello
And you should then see a message box saying hello
Enjoy!