Could someone please explain what the following assembly instruction means ?
mov rax,qword ptr gs:[20h]
I found the following article here which is really helpful in explaining some things with respect to the segment override but I still do not understand what exactly is gs:[20h] is pointing at. Would the gs prefix segment override be pointing at a TEB or the PEB structure in 64 bit mode ?