HyperDbg/hyperdbg/script-engine/code/globals.c
2022-05-18 23:44:03 +04:30

18 lines
315 B
C

/**
* @file globals.c
* @author M.H. Gholamrezaei (mh@hyperdbg.org)
*
* @details Global variables
* @version 0.1
* @date 2020-10-22
*
* @copyright This project is released under the GNU Public License v3.
*
*/
#include "pch.h"
/**
* @brief Temp variable map
*
*/
char TempMap[MAX_TEMP_COUNT] = {0};