Skip to content

this tool help u to convert ur string from text to hex and to use it while coding shellcode in stack method

Notifications You must be signed in to change notification settings

evilcode1/shellcode-stack-method-hex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

shellcode-stack-method-hex

this tool help u to convert ur string from text to hex and to use it while coding shellcode in stack method usage:

python hex.py "evil"

output :

[+] Orginal String : evil

[+] Reverse String : live

[+] String Length : 4

[+] String in H3X : 6576696c

[+] Reverse H3X : 6c697665

[+] For shellcode :

==> push 0x6c697665 || live

[+] Done

About

this tool help u to convert ur string from text to hex and to use it while coding shellcode in stack method

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages