lea with fs override
- From: JC <spamtrap@xxxxxxxxxx>
- Date: Wed, 26 Apr 2006 22:42:16 +0800 (PDT)
I'd like to know, from userland, what base linear address my OS
(Windows XP) has set the FS segment (or GS, for that matter) to point
to.
I thought I could be clever, and do something like this (intel
syntax):
lea eax, fs:[0]
To figure this out. Unfortunately, LEA ignores segment overrides, and
I get back 0. Not helpful.
Is there another way to figure this out?
Thanks,
JC
.
- Follow-Ups:
- Re: lea with fs override
- From: Rod Pemberton
- Re: lea with fs override
- From: robertwessel2@xxxxxxxxx
- Re: lea with fs override
- From: [Jongware]
- Re: lea with fs override
- Prev by Date: Re: CISC vs RISC concepts -- from an assembly view
- Next by Date: Learning MMX
- Previous by thread: GNU AS and multiplatform example ...
- Next by thread: Re: lea with fs override
- Index(es):
Relevant Pages
|