Ensamblador - Ayuda con SICE 4.05

 
Vista:

Ayuda con SICE 4.05

Publicado por RuPeNzTrYnZkY (1 intervención) el 29/12/2001 01:02:09
Hola! disculpen que mi pregunta no sea tanto sobre el tema pero estuve buscando un foro de crack y este fue lomas parecido que encontre, mi pregunta es acerca del softice, ya lo tendo, y lo instale bien, ya edite el winice.dat quitandole los ; a la user32 y kernel32 etc..
pero cuando lo inicio no me acepta breakpoints como:

bpx MessageBoxExA
bpx CreateWindowExA
y otros mas, no se que pasa, me marca un mensaje que dice
Symbol not defined

en cambio bpx MessageBox si lo acepta sin problema

si alguien pudiera decirme que me falta, o que puede ser, se lo agradeceria mucho!!!

Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder

RE:Ayuda con SICE 4.05

Publicado por nandois (7 intervenciones) el 23/01/2002 23:13:17
yo tengo quitados los ; en todos los que ves aqui y me funciona bien.
Supongo que el programa que estas trabajando hay messagebox.
ademas a no ser que sea un programa de 16 bits la expresion correcta seria bpx messageboxa o bpx MessageBoxeExA

***** Examples of sym files that can be included if you have the SDK *****
; Change the path to the appropriate drive and directory
;LOAD=c:\windows\system\user.exe
;LOAD=c:\windows\system\gdi.exe
;LOAD=c:\windows\system\krnl386.exe
;LOAD=c:\windows\system\mmsystem.dll
;LOAD=c:\windows\system\win386.exe
; ***** Examples of export symbols that can be included *****
; Change the path to the appropriate drive and directory
;EXP=c:\windows\system\vga.drv
;EXP=c:\windows\system\vga.3gr
;EXP=c:\windows\system\sound.drv
;EXP=c:\windows\system\mouse.drv
;EXP=c:\windows\system\netware.drv
;EXP=c:\windows\system\system.drv
;EXP=c:\windows\system\keyboard.drv
;EXP=c:\windows\system\toolhelp.dll
;EXP=c:\windows\system\shell.dll
;EXP=c:\windows\system\commdlg.dll
;EXP=c:\windows\system\olesvr.dll
;EXP=c:\windows\system\olecli.dll
;EXP=c:\windows\system\mmsystem.dll
;EXP=c:\windows\system\winoldap.mod
;EXP=c:\windows\progman.exe
;EXP=c:\windows\drwatson.exe
; ***** Examples of export symbols that can be included for Windows 95 *****
; Change the path to the appropriate drive and directory
EXP=c:\windows\system\kernel32.dll
EXP=c:\windows\system%5
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar