INLINEEGG
A collection of python classes (a "library"), that will help
you write small assembly programs, either to use as eggs/shellcode for your
exploits or for anything else you may need small assembly programs. But!
without writing assembly, just using python.
GET PC
Sometimes you need to know the current Program Counter,
or Instruction Pointer. Not every processor has a way to do it.
Here's my collection of Get PC codes.
SELLCODE
It's not very common (is it?)
the need to access as bytes some
assembly code embeded in a C program,
but just in case you need it,
here's how I like to do it.
|