Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
shellcode2assembly — 💻 ARCH : ARM, ARM64, MIPS, PPC, X86 | Kitploit
Tools/GitHubGitHub/blacknbunny/shellcode2assembly
Payload GenerationReverse EngineeringShellcodeBinary Analysis
GitHubblacknbunny/shellcode2assembly

shellcode2assembly

💻 ARCH : ARM, ARM64, MIPS, PPC, X86

View Repository
86318 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

ShellcodeToAssembly

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

root@kitploit:~
shellcode = ''

GitHub license

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

Architectures

ARM

ARM64

MIPS

ppc

X86

Return Bit

64

32

Assembly Flavor

AT&T

INTEL


demo

Download Tool