Generating and running your ShellCode

Generating and running your ShellCode


Ripter 0.1 has the ability to convert PE files to shellcode.

fig. 1

When you click the button, a dialog box opens where you need to select a PE file for conversion. After selecting, a second window will open with a choice of the folder in which you want to save the shellcode.

To load the created shellcode, you need to right-click on the bot and select "Run shellcode". Another dialog box will open for selecting the created shellcode. 

fig. 2

If you have sources, then the exit from the "main" function should contain "_endthread ()" instead of "return", otherwise, a crash may occur.

Report Page