Log in

View Full Version : bpx HMEMCPY Not working with win2k


HiTecCrkn
August 28th, 2001, 05:42
I Need the replacement of bpx HMEMCPY in win 2k.
MEMCPY not working...

Tech19
August 28th, 2001, 07:04
Yea I had the same problem Not to state the obvious but sometimes the program breaks on other api's. Try GetWindowTexta, GetDlgItemTexta, MessageBoxA, etc... Sorry that I can't be of more help, if you find the alternative let me know cuz I want it too

matthew
August 28th, 2001, 21:01
check the readme that comes with softice (i believe it is an html file) and compare your build of windows 2000 with the ones they've listed as compatible.

If yours wasn't listed, like mine, then you might be out of luck. I was unable to get breakpoints on APIs working at all. However i could get breakpoints on messages working, which wasn't good enough to crack with

Use a program like Soft Snoop or W98dsm and see what functions are imported that look like memcpy. With softsnoop you can just run the program and see what apis are being called with is handy for that sort of thing.

jomamameister
August 29th, 2001, 20:09
from what i've heard, hmemcpy is not supported in the win2k kernel. :-(