Files
2026-01-21 12:55:46 +00:00

7 lines
324 B
C

/*
* 1. Load `export_beacon_with_no_ldr.cna` into your CS client and export a raw x64 Stageless (HTTP) Beacon into the `/eden/debug/` directory. Leave the default payload name as is (`beacon_x64.bin`).
* 2. (WSL) $ xxd -i ./beacon_x64.bin > debug_beacon.h
*/
unsigned char __beacon_x64_bin[] = {
0x90 //Change Me
};