onsiderpro / shellcodetester

An application to test windows and linux shellcodes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ShellCode Tester Windows

This tools test generated ShellCodes.

Usage

./Windows/images/main.png

Exemple

./Windows/images/msfvenon.png

./Windows/images/running.png

ShellCode Tester Linux

Instalation

git clone https://github.com/helviojunior/shellcodetester.git
cd shellcodetester/Linux
make

Usage

Without break-point:

shellcodetester [file.asm]

With break-point (INT3). The break-point will be inserted before our generated shellcode:

shellcodetester [file.asm] --break-point

About

An application to test windows and linux shellcodes


Languages

Language:C# 92.2%Language:Shell 5.3%Language:Makefile 1.4%Language:C 1.1%