View Full Version : API Functions in Windows ME
Goat
April 1st, 2001, 03:47
I'm having a problem with setting breakpoints on certain important API functions such as Getdlgitemtext, hmemcpy, etc on a count of Symbol Not Defined. Anyone had this problem? It's being a real pain in the ass. An alternate function would do well too...I dunno why Windows couldn't leave that alone. >(
Crackware2000
April 7th, 2001, 20:56
Well before you could bpx xyz you must load the export of the dll that exports the APi "xyz".
Here are two possiblies:
1.start the Symbol Loader (loader32.exe)
Files/load Export and chose a dll (for ex user32.dll)
now pop-up SICE an type to check if exports were loaded
exp message*
and you should see
2.You should put important exports in your winice.dat. (I will not discribe this - you will sure manage it)
Powered by vBulletin® Version 4.2.2 Copyright © 2018 vBulletin Solutions, Inc. All rights reserved.