二进制文件转换为Shellcode转换器
作者:Sec-Labs | 发布时间:
项目地址
https://github.com/fanbyprinciple/bin2shellcode
将 .bin 转换成 C# 和 C 的 Shellcode
用法:
python2 bin2sc.py <file>.bin c|cs
致谢:
- @superkojiman 的 C Shellcode 转换工具。 https://gist.github.com/superkojiman/11164279
试图将从 Havoc C2 生成的二进制文件转换为 Shellcode

标签:工具分享, shellcode生成工具