自定义shellcode

一直在找shellcode的生成工具,想过要自己写,但是又没个思路,直到今天才找到了自己想要的东西,没想到的是08年就有人写出来了。不过也对,当时全是研究底层的大神,和现在的学习环境都不一样。
怀念当年绿色兵团那时候的学习氛围,想起当年我也是拿手机上邪八,绿色的人啊。

1
2
3
schelper.exe -i nc.exe -en Exe -db -o s.bin
测试 : schelper.exe -t -i s.bin
1
2
3
4
5
schelper.exe -i nc.exe -d 1 -o s.txt
成功生成shellcode

下一步我要尝试学习delphi了,学习,学习,加油!