Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1484
namespace safetyhook {
1485
bool is_executable(uint8_t* address) {
1486
return vm_is_executable(address);
1487
}
1488
1489
UnprotectMemory::~UnprotectMemory() {
1490
if (m_address != nullptr) {
Callers
1
create
Method · 0.85
Calls
1
vm_is_executable
Function · 0.85
Tested by
no test coverage detected