Log in

View Full Version : SoftICE HMEMCPY problem!!!


ZasiuZ
May 12th, 2002, 17:46
I'm using SoftICE on Windows ME, but I have a problem. I can't make a breakpoin on hmemcpy (bpx hmemcpy). What is wrong?

******************Please HELP me*********************

Pyrae
May 12th, 2002, 17:53
Did you load the KERNEL32.DLL exports?

ZasiuZ
May 12th, 2002, 18:33
Yes, I modified my winice.dat

remi
May 20th, 2002, 11:35
Hi ZasiuZ:

What happends is that hememcpy doesn't exist in win ME. Instead try using memcpy, without the "h". You can also try with RtlMoveMemory. Anyway I don't think you'll have much luck using these functions, but you can try.