Posted by SkyLined on January 10th, 2010 in Assembler, PoC, Programming Languages, Python, Security and Tools ·
I realized that if I would wait until I had fully documented everything in ALPHA3, it would probably never get released…
Posted by SkyLined on January 2nd, 2010 in Assembler, C/C++, Programming Languages and Python ·
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…
Posted by SkyLined on January 2nd, 2010 in Programming Languages, Python, Security and Tools ·
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…
Posted by SkyLined on February 19th, 2009 in Python and batch scripts ·
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…