View Single Post
  #6  
Old 10-21-2015, 00:12
bilbo bilbo is offline
Friend
 
Join Date: Jul 2004
Posts: 103
Rept. Given: 36
Rept. Rcvd 15 Times in 12 Posts
Thanks Given: 15
Thanks Rcvd at 17 Times in 11 Posts
bilbo Reputation: 15
Thanks for your answer, Insid3Code,
Quote:
To add support for WOW64 (32bit application on 64bit system) you need to use (Wow64GetThreadContext
Well, that's not true if I compile your code in 32bit mode and I take as target a 32bit app; from MSDN:
Quote:
A 32-bit application can call this function on a WOW64 thread; the result is the same as calling the GetThreadContext function
Anyway, the one-byte patch (either in 32 or in 64bit mode) is yet a mistery for me...
Best regards
bilbo
Reply With Quote