Jump to content
Fi8sVrs

ShellcodeToAssembly - ARCH : ARM, ARM64, MIPS, PPC, X86

Recommended Posts

  • Active Members
Posted

ShellcodeToAssembly

Replace in shellcodetoasm.py with your shellcode. { Endian type is little endian. }

shellcode = ''

Installation

git clone https://github.com/blacknbunny/ShellcodeToAssembly.git && cd ShellcodeToAssembly/ && pip2 install -r requirements.txt && python2 shellcodetoasm.py

Modules manual installation

pip install -r requirements.txt it can be pip2 install -r requirements.txt

Usage

python2 shellcodetoasm.py [returnbit] [architecture] [assembly-flavor]

For example

python2 shellcodetoasm.py 32 x86 att

python2 shellcodetoasm.py 64 x86

Second one is auto intel

Arhictectures

  • ARM
  • ARM64
  • MIPS
  • ppc
  • X86

 

Return Bit

  • 32
  • 64

 

Assembly Flavor

  • ATT
  • INTEL

 

Demo: https://asciinema.org/a/xjWrXfftZS7BvSzVRd44LuzkP

 

 

Download: ShellcodeToAssembly-master.zip

or

git clone https://github.com/blacknbunny/ShellcodeToAssembly.git

 

Source: https://github.com/blacknbunny/ShellcodeToAssembly

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...