PDA

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


playar
06-26-2005, 08:33 AM
command line prompt "Syntax error",


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

blabberer
06-26-2005, 02:48 PM
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
06-27-2005, 02:40 AM
thanks for the informaion