Searched refs:patch_address (Results 1 – 2 of 2) sorted by relevance
20 def patch_address(frameno, addr_s): function53 addr = patch_address(frameno, addr)
722 uptr patch_address = old_func - padding_length; in OverrideFunctionWithTrampoline() local725 if (!ChangeMemoryProtection(patch_address, patch_length, &protection)) in OverrideFunctionWithTrampoline()732 if (!RestoreMemoryProtection(patch_address, patch_length, protection)) in OverrideFunctionWithTrampoline()