Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

String To Little Endian Shellcode Generator #26

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

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