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

Function VmFuncVmxCompatibleStrlen

hyperdbg/hyperhv/code/interface/Export.c:860–864  ·  view source on GitHub ↗

* @brief VMX-root compatible strlen * @param s A pointer to the string * * @return UINT32 */

Source from the content-addressed store, hash-verified

858 * @return UINT32
859 */
860UINT32
861VmFuncVmxCompatibleStrlen(const CHAR * s)
862{
863 return VmxCompatibleStrlen(s);
864}
865
866/**
867 * @brief VMX-root compatible strlen

Callers 2

CustomStrlenFunction · 0.85

Calls 1

VmxCompatibleStrlenFunction · 0.85

Tested by

no test coverage detected