Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

python3 Script to convert binary shellcode in different human readable outputs

License

Notifications You must be signed in to change notification settings

psycore8/bin2shellcode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Organisation/Aktuell

Convert binary to different outputs

A little helper to convert raw shellcode into different outputs

Usage

python3 bin2sc.py <binary_file> <argument> 
Argument Description Output
c C / C++ "\x00\xff"
casm C inline assembly ".byte 0x00,0xff\n\t"
cs C-Sharp 0x00,0xff
hex hex dunp 00ff
ps1 ps1 buffer [Byte[]] $buf = 0x00,0xff
py Python buffer buf =+ b'\x00\xff'

About

python3 Script to convert binary shellcode in different human readable outputs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages

  • Python 100.0%