Log in

View Full Version : how to D FS:0 in OllyDbg??


playar
June 26th, 2005, 07:33
command line prompt "Syntax error",


remember, It's fs:0, not fs:[0]

blabberer
June 26th, 2005, 13:48
what do you mean fs:0
you mean the segment ??

it is shown in registers window
C 0 ES 0023 32bit 0(FFFFFFFF)
P 1 CS 001B 32bit 0(FFFFFFFF)
A 0 SS 0023 32bit 0(FFFFFFFF)
Z 1 DS 0023 32bit 0(FFFFFFFF)
S 0 FS 003B 32bit 7FFDF000(FFF) <--- fs segment = 003b
T 0 GS 0000 NULL

playar
June 27th, 2005, 01:40
thanks for the informaion