warf
February 10th, 2005, 11:40
Why dosen't every app that i load into ollydbg break at point.h ? if im correct f9 then do whatever then u bp point.h and it should break
warf
TechLord
February 12th, 2005, 13:36
The Point-H is used to BP on TranslateMessageA or some such API in the user.dll library of Windows xp or 2000.
So if the application uses some other API like GetDlgItemTextA or something then it won't break on the Point H.
The ACTUAL point-H is the point at which the Reps Mov occurs to repeatedly transfer something like all the items in a string etc into the Memory (RAM).
Therefore this function need NOT always be used by applications.
Powered by vBulletin® Version 4.2.2 Copyright © 2018 vBulletin Solutions, Inc. All rights reserved.