I would like to know the offset to add the letter "Mature" I "through the Olly!
Thanks .
Printable View
I would like to know the offset to add the letter "Mature" I "through the Olly!
Thanks .
I doubt it will be as simple as an offset.
PT has a routine which traps WM_KeyDown and WM_KeyUp messages, translates the Virtual Key Code, and passes some form of translation on to routines that handle the various active interface objects IO.
This is the same routine which handles mouse button presses, which are also sent by the Windows OS as Virtual Key Codes. VK_LBUTTON and VK_RBUTTON.
A full list of enumerated VK_??? codes can be found on this MSDN page.
I've not actually investigated this much, just noted the WM_ calls in the code, and glanced at the code making notes for later.
I hope someone who has looked in greater depth can tell us that I am wrong, and it is actually quite simple. :wink: