[newbie] reading the registers

2004-07-19 Thread kokab waqas
I am trying to read 80x86 registers but by using "mn.uc_mcontext.gregs.[i]" structure where "mn" and "i" are variables but i could not read "FS, EAX and ECX registers". how i can read these registers. Do you Yahoo!? Vote for the stars of Yahoo!'s next ad campaign!

Re: [newbie] reading the registers

2004-07-19 Thread Greg Meyer
On Monday 19 July 2004 03:46 am, kokab waqas wrote: I am trying to read 80x86 registers but by using mn.uc_mcontext.gregs.[i] structure where mn and i are variables but i could not read FS, EAX and ECX registers. how i can read these registers. I think that a more appropriate place to ask