mirror of
https://github.com/Whispergate/JanusLoader
synced 2026-07-22 11:23:12 +00:00
8 lines
245 B
C++
8 lines
245 B
C++
#pragma once
|
|
#include <cstdint>
|
|
|
|
// Per-campaign knobs. Change both values, then rebuild loader + rerun tools/embed_payload.py.
|
|
#define JANUS_OPCODE_SEED 0xDEADBEEFu
|
|
#define JANUS_XOR_KEY 0x4Au
|
|
#define JANUS_STACK_SIZE (1u << 20) // 1 MiB
|