The Wayback Machine - https://web.archive.org/web/20220819205705/https://github.com/XaFF-XaFF/Shellcodev
Skip to content

XaFF-XaFF/Shellcodev

master
Switch branches/tags
Code

Files

Permalink
Failed to load latest commit information.

Shellcodev

Shellcodev is a tool designed to help and automate the process of shellcode creation.

Shellcodev's logo

Features

  1. Snippets
  2. Instruction assembling in real time
  3. Showing registers values in real time
  4. Testing shellcode by injecting it into the process
  5. Testing shellcode by embedding it into the executable
  6. Dll function address extractor
  7. Converting bytes into chosen format (C / C#)
  8. [TODO] Save project to file

Snippets

"string"          Automatically converts string into hex and encodes it with little endian. 
                  If string contains nullbytes it's being XORed to avoid shellcode termination. 
                  Stack is build vice versa.
                  
.dll.function     Automatically extracts function address from dll. Address is getting converted 
                  into hex and encoded with little endian.

Snippets examples

String converter

Get DLL address