Skip to content

n30m1nd/pyndianizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

pyndianizer

Tool that turns hex numbers to little endian; to help writing payloads for exploiting

usage:

pyndianizer.py 0xbebafecabebafeca ==outputs==> \xca\xfe\xba\xbe\xca\xfe\xba\xbe

where to:

echo "${shellcode}$(python pyndianizer.py 0xbaaddeadfabadaca)" | bufferoverflowbinary

About

Tool that turns 32bit hex numbers to little endian; to help writing payloads for exploiting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages