mirror of
https://github.com/Cobalt-Strike/eden
synced 2026-06-21 13:42:01 +00:00
7 lines
324 B
C
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
|
|
}; |