python-x86-obfuscator
python-x86-obfuscator copied to clipboard
This is a **WIP** tool that performs shellcode obfuscation in x86 instruction set.
So all of the generated shell code seems to be broken... I can't generate working shell code that does not crash.
Hey, There's no license I can find anywhere. I would like to use this project as part of a larger project I am working on. Is this possible?
Hello does it possible to make your app as honeypot? is it possible that capture malware with your app? as you know dionaea Honeypot is too old.
Read it, http://www.capstone-engine.org/BHUSA2014-capstone.pdf ``` import distorm3 from capstone import * from binascii import hexlify print distorm3.Decode(0, "\x41", distorm3.Decode32Bits) md = Cs(CS_ARCH_X86, CS_MODE_32) for i in md.disasm("\x41", 0x00): `print [(i.address, i.size,...
Necessary for quality. ps : i will work on it if you consider https://github.com/kgretzky/python-x86-obfuscator/issues/2 :laughing: