|
Hi Labba !
Thanks for the effort you put into this tut.,it is nice tut. but
I would like to add slightly a shorter approach.At the point
where it says "It's time now to set a trace...":
1- ALT+M , and choose "set memory breakpoint on access"
2- Shif+F9,will break on program code,press K on toolbar
3- double click on the second address u see there.
4- this is the place u should be dumping from, also u
see the place where stolen bytes should be placed.
for freeresource or lockresource you should be able
to determine from names above and below.
Britedream.
Last edited by britedream; 08-20-2003 at 01:14.
|