mirror of
https://github.com/HyperDbg/HyperDbg.git
synced 2026-07-22 07:24:43 +00:00
add symbol bit compression for resource efficiency
This commit is contained in:
parent
975fcf889f
commit
792fe4e967
7 changed files with 924 additions and 744 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue