Shellcode StudioShellcode-studio is used to generate corresponding binary code and debugging program from assembly file. Shellcode-studio also provides many other functions like some popular shellcode snippets. FeaturesGenerate plain binary code from assembly shellcode fileUse command : Generate Debugging program and start debug.Click debug button top right and the plug-in will generate a c program and embed your shellcode into it. And it will open ollydbg.exe(this means you have to set the path of ollydbg.exe in configuration page.) with the shellcode debugging program. You can also do this by command: RequirementsThis plug-in currently only supports nasm assembly language. If you want to debug your shellcode via C program you need to install GCC. All requirements are listed below:
Extension SettingsDO SET OLLYDBG PATH if you want to debug shellcode. This extension contributes the following settings:
Release Notes1.0.0Initial release of shellcode-studio. Enjoy! Shellcode 工作室本插件可以从使用nasm书写的shellcode汇编文件中生成无格式的二进制文件,并生成相应的c程序进行调试。 特性从shellcode汇编文件生成无格式二进制文件使用命令: 生成调试程序并开始调试使用命令 相关依赖本插件面向的时nasm汇编语言,使用gcc生成调试程序,调用ollydbg进行调试。
插件设置一定设置OLLYDBG路径如果要进行调试的话。 本扩展提供以下设置选项:
发布日志1.0.0初始发布版本。 使用愉快! |