دانلود کتاب Mastering Assembly Programming
by Alexey Lyashko
|
عنوان فارسی: تسلط بر برنامه ریزی مجمع |
دانلود کتاب
جزییات کتاب
The first section of the book starts with setting up the development environment on Windows and Linux, mentioning most common toolchains. The reader is led through the basic structure of CPU and memory, and is presented the most important Assembly instructions through examples for both Windows and Linux, 32 and 64 bits. Then the reader would understand how high level languages are translated into Assembly and then compiled into object code. Finally we will cover patching existing code, either legacy code without sources or a running code in same or remote process.