MCPcopy Create free account
hub / github.com/HyperDbg/HyperDbg / RemoveSymbol

Function RemoveSymbol

hyperdbg/script-engine/code/script-engine.c:3763–3769  ·  view source on GitHub ↗

* @brief Frees the memory allocate by this Symbol * * @param Symbol */

Source from the content-addressed store, hash-verified

3761 * @param Symbol
3762 */
3763void
3764RemoveSymbol(PSYMBOL * Symbol)
3765{
3766 free(*Symbol);
3767 *Symbol = NULL;
3768 return;
3769}
3770
3771/**
3772 * @brief Prints symbol

Callers 3

ScriptEngineParseFunction · 0.85
CodeGenFunction · 0.85
ToSymbolFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected