Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 641 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 641 Bytes

FlavorTown

Various ways to execute shellcode.

C: Written/Tested using an empty project in VS 2022.
C#: Tested with VS 2022 and csc.
MATLAB: Tested using MATLAB 2023a. These scripts require MATLAB to run.

Usage:

The usage can be found commented at the top of each file. Additionally, there's a basic check to ensure that enough arguments have been passed when executed.


A good resource for other shellcode execution methods is vx underground's "Evasion - Process Creation and Shellcode Execution" section here.