Detours icon indicating copy to clipboard operation
Detours copied to clipboard

update system DLL range logic for 64-bit OSes

Open jdu2600 opened this issue 1 year ago • 0 comments

Hey Detours folks,

Just a couple of suggestions for choosing the trampoline location.

The X86 range reserved for system DLLs is not up to date.

The X64 "not +/- 1GB of target" heuristic to avoid the range used by system DLLs is not entirely robust. Instead we could replace this with a "not 1GB after ntdll" heuristic.

jdu2600 avatar Nov 06 '23 05:11 jdu2600