Skip to content

Conversation

tyhk
Copy link

@tyhk tyhk commented Feb 23, 2022

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

Usage: python string-to-shellcode.py <string>

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
@epi052
Copy link
Owner

epi052 commented Mar 7, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants