Download WordPress Themes, Happy Birthday Wishes
Home » Computer » x86 Disassembly: Exploring the Relationship between C, x86 Assembly, and Machine Code

x86 Disassembly: Exploring the Relationship between C, x86 Assembly, and Machine Code

  • Category: Computer
  • Author: Wikibooks Contributors
  • Pages: 146 pages
  • File type: HTML and PDF files

Read and download free eBook intituled x86 Disassembly: Exploring the Relationship between C, x86 Assembly, and Machine Code in format HTML and PDF files – 146 pages created by Wikibooks Contributors.

What Is This Book About? This book is about the disassembly of x86 machine code into human-readable assembly, and the decompilation of x86 assembly code into human-readable C or C++ source code. Some topics covered will be common to all computer architectures, not just x86-compatible machines.

What Will This Book Cover? This book is going to look in-depth at the disassembly and decompilation of x86 machine code and assembly code. We are going to look at the way programs are made using assemblers and compilers, and examine the way that assembly code is made from C or C++ source code. Using this knowledge, we will try to reverse the process. By examining common structures, such as data and control structures, we can find patterns that enable us to disassemble and decompile programs quickly.

Who Is This Book For? This book is for readers at the undergraduate level with experience programming in x86 Assembly and C or C++. This book is not designed to teach assembly language programming, C or C++ programming, or compiler/assembler theory. What Are The Prerequisites? The reader should have a thorough understanding of x86 Assembly, C Programming, and possibly C++ Programming. This book is intended to increase the reader’s understanding of the relationship between x86 machine code, x86 Assembly Language, and the C Programming Language. If you are not too familar with these topics, you may want to reread some of the above-mentioned books before continuing.

READ  MIPS Assembly Language Programmers Guide

Read and Download Links:

x86 Disassembly: Exploring the Relationship between C, x86 Assembly, and Machine Code

Leave a Reply

Your email address will not be published. Required fields are marked *

*

x

Check Also

Operating Systems An introduction to Unix, and Operating Systems Theory

Read and download free Book intituled Operating Systems An introduction to Unix, and Operating Systems Theory in format PDF written by Hugh Murrell.