Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
工具/GitHubGitHub/blacknbunny/shellcode2assembly
Payload生成逆向工程Shellcode二进制分析
GitHubblacknbunny/shellcode2assembly

shellcode2assembly

💻 架构 : ARM, ARM64, MIPS, PPC, X86

查看仓库
863158年前Kitploit 审核通过

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

ShellcodeToAssembly

在 shellcodetoasm.py 中用你的 shellcode 替换。{ 字节序类型为小端。 }

root@kitploit:~
shellcode = ''

GitHub license

安装

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

模块手动安装

pip install -r requirements.txt 也可以是 pip2 install -r requirements.txt

用法

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

示例

python2 shellcodetoasm.py 32 x86 att

python2 shellcodetoasm.py 64 x86

Second one is auto intel

架构

ARM

ARM64

MIPS

ppc

X86

返回位

64

32

汇编风格

AT&T

INTEL


演示

下载工具