首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > C# > 转换成二进制的shellcode

转换成二进制的shellcode

  • 资源大小:3.15 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: Shellcode 转换 二进制

资 源 简 介

This simple tool will provides you a quick way to convert any binary into a shellcode (with x format). Current version: v0.21 Features Generate a "ready to use" shellcode from a binary file Highligh zeroes (x00) Supports the --commented option to display a commented version of the shellcode Usage $ as shellcode.s$ ld a.out -o bin$ ./obj2sc -b bin -c# Converting `bin" into shellcode... "x6ax0b" // push $0xb "x58" // pop %eax "x99" // cltd "x52" // push %edx "x66x68x2dx70" // pushw $0x702d "x89xe1" // mov %esp,%ecx "x52" // push %edx "x6ax68" // push $0x68 "x6
VIP VIP
0.177663s