HyperDbg/hyperdbg/script-engine/code/globals.c
2022-05-18 16:00:16 +09:00

8 lines
89 B
C

#include "pch.h"
/**
*
Temp variable map
*
*/
char TempMap[MAX_TEMP_COUNT] = {0};