PDA

View Full Version : SoftICE HMEMCPY problem!!!


ZasiuZ
05-12-2002, 06:46 PM
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
05-12-2002, 06:53 PM
Did you load the KERNEL32.DLL exports?

ZasiuZ
05-12-2002, 07:33 PM
Yes, I modified my winice.dat

remi
05-20-2002, 12:35 PM
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.