Log in

View Full Version : bpx GetProcAdress


DaWsOn
April 27th, 2001, 10:15
topic : Aspack

Question :when I try to breal on GetProcAdress with "bpx GetProcAdress" it says "symbol not defined" should i add an extra line to winice.dat to use that bpx?
any suggestion ?
p.s: i am using SoftIce 3.24 on Win98 SE
and SoftIce 4.05 on Win2k both have the same problem....

noname
April 27th, 2001, 10:42
Quote:
DaWsOn (04-27-2001 00:15):
topic : Aspack

Question :when I try to breal on GetProcAdress with "bpx GetProcAdress" it says "symbol not defined" should i add an extra line to winice.dat to use that bpx?
any suggestion ?
p.s: i am using SoftIce 3.24 on Win98 SE
and SoftIce 4.05 on Win2k both have the same problem....


Hiya,
check your winice.dat compare the difference

EXP=c:\windows\system\user32.dll
EXP=c:\windows\system\gdi32.dll
EXP=c:\windows\system\comdlg32.dll
EXP=c:\windows\system\shell32.dll
EXP=c:\windows\system\shell232.dll
EXP=C:\windows\system\advapi32.dll
EXP=C:\windows\system\vb40032.dll
EXP=C:\windows\system\msvbvm50.dll
EXP=C:\windows\system\msvbvm60.dll
EXP=C:\WINDOWS\SYSTEM\KERNEL32.DLL

More about how to config softice
http://www.idca.com/~thesandman/SoftPage.html
check this out

JimmyC
April 27th, 2001, 10:59
Maybe it's a typo.

bpy GetProcAddress

(2 d & 2s )

I believe you well commented out the kernel32 line.

noname
April 27th, 2001, 11:08
Quote:
JimmyC (04-27-2001 00:59):
Maybe it's a typo.

bpy GetProcAddress

(2 d & 2s )

I believe you well commented out the kernel32 line.


Hi JimmyC,
Could be I didn't notice it :P
*G*
noname

DaWsOn
April 27th, 2001, 13:04
none of them worked..any other idea ????

*DaWsOn*
April 27th, 2001, 14:45
JimmyC you are right....

Right syntax is bpx GetProcAddress with double d...Thnx again