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

Function SetType

hyperdbg/script-engine/code/common.c:1391–1395  ·  view source on GitHub ↗

* @brief Set the Type object * * @param Val * @param Type * @return void */

Source from the content-addressed store, hash-verified

1389 * @return void
1390 */
1391void
1392SetType(unsigned long long * Val, unsigned char Type)
1393{
1394 *Val = (unsigned long long int)Type;
1395}
1396
1397/**
1398 * @brief Converts an decimal string to a integer

Callers 4

CodeGenFunction · 0.85
NewStringSymbolFunction · 0.85
NewWstringSymbolFunction · 0.85
ToSymbolFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected