6 16-bit segment registers
1.) CS #code segment
2.) DS #data segment
3.) SS #stack segment
4.) ES #extra segment
5.) FS #general purpose segment
6.) GS #general purpose segment
Base address of a segment, thus accessed with offsets to an address. Example:
mov DS:[eax], ebx
Moves the data in ebx onto the Data Segment ... but where? The address of the data segment plus the value in eax gets you the final address.
More about neonprimetime
Top Blogs of all-time
- pagerank botnet sql injection walk-thru
- DOM XSS 101 Walk-Through
- An Invoice email and a Hot mess of Java
Top Github Contributions
Copyright © 2016, this post cannot be reproduced or retransmitted in any form without reference to the original post.
No comments:
Post a Comment