osed-scripts icon indicating copy to clipboard operation
osed-scripts copied to clipboard

String To Little Endian Shellcode Generator

Open tyhk opened this issue 3 years ago • 1 comments

Usage: python string-to-shellcode.py

The last step ("push esp") is to push the pointer pointing to the created string to the stack, just pop to another registry if temporary storage is needed.

Reference: https://github.com/tyhk/String-Shellcode-Generator

tyhk avatar Feb 23 '22 17:02 tyhk

Thanks for taking the time to submit! Could you add usage/example/why someone would want to use this to the README? Also, it'd be nice if you could run https://github.com/psf/black on it, for formatting.

epi052 avatar Mar 07 '22 22:03 epi052