Skip to content

Instantly share code, notes, and snippets.

View CaptShiva007's full-sized avatar
🎯
Locked in

C0NQU15T4D0R CaptShiva007

🎯
Locked in
View GitHub Profile
@CaptShiva007
CaptShiva007 / implant_exe.cpp
Created August 21, 2025 19:11
An example exe
#include <windows.h>
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
int main(void){
printf("RT Operator here! \n");
getchar();
return 0;
}