Supernova is an open-source tool that empowers users to securely encrypt and/or obfuscate their raw shellcode. Supernova supports various features beyond those typically found in a common shellcode ...
打开VS项目,在Shellcode_Generator_Demo.c文件中的strat函数处添加需要生成的shellcode代码,编译项目 使用IDA打开编译好的程序,一路默认选项,可参考演示实例 在IDA中找到main函数,光标选中main函数内任意地址 按下快捷键ALT+F7,选择项目中ida_shellcode_generator.py脚本 运行结束后会生成一个shellcode ...