ALPHA3 released

I realized that if I would wait until I had fully documented everything in ALPHA3, it would probably never get released…

SkyBuild released

SkyBuild is a simple build system written in Python that I created to be able to build my source codes in various environments without having to figure out what compilers are installed and having to manually execute them with the right flags and figure out dependencies. It’s similar to “make” in many ways…

BETA3 released

As part of my New Year’s resolutions, I am releasing BETA3, the follow up to BETA2. BETA3 is a multi-format shellcode encoding tool that can be used to turn binary shellcode into text for use in exploits…

BATCH & Python Chimera code

I’ve create an example of how to create a file that can be run both as a valid cmd.exe batch script as well as a valid Python script…