554daa5041
convenient classes for writing small assembly programs. Only that instead of having to remember confusing assembly mnemonics and requiring the developer to remember how to use complex tools like assemblers and linkers, everything is done the easy way: in Python. InlineEgg is oriented - but not limited - to developing shellcode (sometimes called eggs) for use in exploits.
6 lines
445 B
Text
6 lines
445 B
Text
InlineEgg is a Python module that provides the user with a toolbox of
|
|
convenient classes for writing small assembly programs. Only that instead of
|
|
having to remember confusing assembly mnemonics and requiring the developer
|
|
to remember how to use complex tools like assemblers and linkers, everything
|
|
is done the easy way: in Python. InlineEgg is oriented - but not limited -
|
|
to developing shellcode (sometimes called eggs) for use in exploits.
|