资 源 简 介
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