add symbol bit compression for resource efficiency

This commit is contained in:
unknown 2024-06-11 22:24:05 +09:00
parent 975fcf889f
commit 792fe4e967
7 changed files with 924 additions and 744 deletions

View file

@ -302,7 +302,7 @@ PrintSymbolBufferWrapper(PVOID SymbolBuffer)
}
/**
* @brief test function
* @brief Script engine evaluation wrapper
* @param GuestRegs
* @param Expr
*
@ -388,7 +388,7 @@ ScriptEngineEvalWrapper(PGUEST_REGS GuestRegs,
SYMBOL ErrorSymbol = {0};
//
//
// Making symbol buffer
//
PSYMBOL_BUFFER StackBuffer = GetStackBuffer();
int StackIndx = 0;