mirror of
https://github.com/HyperDbg/HyperDbg.git
synced 2026-07-20 22:44:41 +00:00
8 lines
89 B
C
8 lines
89 B
C
#include "pch.h"
|
|
|
|
/**
|
|
*
|
|
Temp variable map
|
|
*
|
|
*/
|
|
char TempMap[MAX_TEMP_COUNT] = {0};
|