Interested in Reverse Engineering/Malware, Binary Analysis, DFIR, Automation, etc... Sometimes I code for fun and my posting sh!t stuff haha
levisre - Overview
Navigation Menu
{{ message }}
levisre
Follow
ðŸ’
I may be slow to respond.
Random stuffs. Opensource Enthusiast
-
Freelance
- The Earth
- https://ltops9.wordpress.com
levisre/README.md
Pinned Loading
-
dotnettuts dotnettuts Public
-
Simple Shellcode Loader coded in C. ... Simple Shellcode Loader coded in C. The shellcode must be in binary form
1
#include <stdio.h>
2
#include <stdlib.h>
3
4
// enable cross compiling5
#ifdef __linux__





