RunPE icon indicating copy to clipboard operation
RunPE copied to clipboard

Not working on Windows7

Open TeachMeJavaTonight opened this issue 3 years ago • 0 comments

[*] Patching kernelbase!GetModuleHandleW to return base address of loaded PE if
called with NULL
[*] Calculating patch length for kernelbase!GetModuleHandleW
[-] Error running RunPE: System.Exception: Unable to calculate patch length, the
 function may have changed to a point it is is no longer recognised and this cod
e needs to be updated
   at RunPE.Patchers.ExtraAPIPatcher.CalculatePatchLength(IntPtr funcAddress)
   at RunPE.Patchers.ExtraAPIPatcher.PatchAPIs(IntPtr baseAddress)
   at RunPE.Program.Main(String[] args)

TeachMeJavaTonight avatar Jun 07 '22 10:06 TeachMeJavaTonight