MCPcopy Create free account
hub / github.com/Wemino/MarkerPatch / is_executable

Function is_executable

include/safetyhook/safetyhook.cpp:1485–1487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1483
1484namespace safetyhook {
1485bool is_executable(uint8_t* address) {
1486 return vm_is_executable(address);
1487}
1488
1489UnprotectMemory::~UnprotectMemory() {
1490 if (m_address != nullptr) {

Callers 1

createMethod · 0.85

Calls 1

vm_is_executableFunction · 0.85

Tested by

no test coverage detected