What is InlineEgg?
InlineEgg is a Python module that provides the user with a toolbox of classes for writing small assembly programs. It.s goal is to simplify to process of creating and maintaining small assembly programs, including but not limited to shellcode, the payload of an exploit program, often called the "egg".
Source code
Setup
Quick start: Click the following link to obtain the latest
stable release, unpack it and run python setup.py install
from the directory where you placed it.
Requirements: A Python interpreter. Versions 2.0.1 and higher.
Installing
In order to install the code, execute python setup.py install. om the directory where InlineEgg's distribution has been unpacked: This will install the classes into the default Python's modules path (you might need special permissions to write there). For more information on what commands and options are available from setup.py, run python setup.py --help-commands.
Documentation
Click the following link for an online copy of the bundled documentation. And click here for the Changelog.
Licensing
This software is provided under an open source license
for non-commercial use.
Contact Us
Whether you want to report a bug, send a patch or give some suggestions
on this package, drop us a few lines at oss@coresecurity.com.
|