======================
Delivered to you by Arash Tohidi with the spirit of OpenSecurityTraining
For more info, please visit:
LinkedIn
Twitter
QBloq
A simple guide to x86 architecture, assembly, memory management, paging, segmentation, interrupts, etc.
This book tries to make you have a better understanding of computers in general and helps you learn
x86 architecture pretty fast. This book includes a crash course in x86 assembly and contains some of
the core concepts of x86 architecture which you need to understand most operating systems internals.
- Introduction to Intel x86 Assembly
- Learn the most frequently used assembly instructions and their conventions
- Reverse Engineer simple binaries
- Control structures and loops
- Write simple applications in pure assembly
- Chapter 0x01: Introduction to Intel x86 Architecture
- Chapter 0x02: Segmentation
- Chapter 0x03: Paging
- Chapter 0x04: Cache Control
- Chapter 0x05: Interrupts and Exceptions
- Chapter 0x06: Exploring PE files
!!! DISCONTINUED !!!
No need to purchase the print book since I'm not selling any longer. But you could help me completing
the book or making it better. Just make a pull request... :)