Log in

View Full Version : SYSCALL ???


Anonymous
February 19th, 2003, 15:44
Trying to trace tutorial rtrace.exe and always get illegal instruction
7FFE0307 0F05 SYSCALL <------ here
7FFE0309 C3 RETN
7FFE030A 8AC8 MOV CL,AL
7FFE030C FF15 70464D80 CALL NEAR [804D4670]
7FFE0312 8B45 10 MOV EAX,[EBP+10]
7FFE0315 33C9 XOR ECX,ECX
7FFE0317 66:3908 CMP [EAX],CX
7FFE031A 894D FC MOV [EBP-4],ECX
7FFE031D 0F84 0D000000 JE 7FFE0330
What is this and how can I avoid it ?
I have WinXP sp1 and OllyDbg 1.09.

Ricrado Narvaja
March 6th, 2003, 09:28
If in OPTIONS-DEBUGGING OPTIONS-TRACE check the box

ALWAYS TRACE OVER SYSTEM DLLS

not produce this error and continue tracing

Ricardo Narvaja