diff options
author | adrianp <adrianp@pkgsrc.org> | 2004-10-19 16:16:00 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2004-10-19 16:16:00 +0000 |
commit | 554daa5041fc421f3929400318113de8b0146ed7 (patch) | |
tree | a55849141f60df5551394770a910eabff9f710d0 /devel/py-InlineEgg/DESCR | |
parent | f388308176f9c4611d7c8993b5935a3bd5d90860 (diff) | |
download | pkgsrc-554daa5041fc421f3929400318113de8b0146ed7.tar.gz |
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.
Diffstat (limited to 'devel/py-InlineEgg/DESCR')
-rw-r--r-- | devel/py-InlineEgg/DESCR | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/py-InlineEgg/DESCR b/devel/py-InlineEgg/DESCR new file mode 100644 index 00000000000..495398330aa --- /dev/null +++ b/devel/py-InlineEgg/DESCR @@ -0,0 +1,6 @@ +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. |