توضیحات
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. What is Disassembly? Computer programs are written originally in a human readable code form, such as assembly language or a high-level language. These programs are then compiled into a binary format called machine code. This binary format is not directly readable or understandable by humans. Many programs, such as proprietary commercial programs, or very old legacy programs may not have the source code available to you. Programs frequently perform tasks that need to be duplicated, or need to be made to interact with other programs. Without the source code and without adequate documentation, these tasks can be difficult to accomplish. This book outlines tools and techniques for attempting to convert the raw machine code of an executable file into equivalent code in assembly language and the high-level languages C and C++. With the high-level code to perform a particular task, several things become possible: 1. Programs can be ported to new computer platforms, by compiling the source code in a different environment. 2. The algorithm used by a program can be determined. This allows other programs to make use of the same algorithm, or for updated versions of a program to be rewritten without needing to track down old copies of the source code. 3. Security holes and vulnerabilities can be identified and patched by users without needing access to the original source code. 4. New interfaces can be implemented for old programs. New components can be built on top of old components to speed development time and reduce the need to rewrite large volumes of code.
————————————————————–
ترجمه ماشینی :
این کتاب درباره چیست؟ این کتاب در مورد جداسازی کد ماشین x86 به اسمبلی قابل خواندن توسط انسان، و حذف کد اسمبلی x86 به کد منبع C یا C++ قابل خواندن توسط انسان است. برخی از موضوعات پوشش داده شده برای همه معماری های کامپیوتر مشترک خواهد بود، نه فقط ماشین های سازگار با x86. این کتاب چه چیزی را پوشش خواهد داد؟ این کتاب قصد دارد به تفکیک و جداسازی کد دستگاه x86 و کد اسمبلی به طور عمیق نگاه کند. ما قصد داریم نحوه ساخت برنامه ها با استفاده از اسمبلرها و کامپایلرها را بررسی کنیم و نحوه ساخت کد اسمبلی از کد منبع C یا C++ را بررسی کنیم. با استفاده از این دانش، سعی خواهیم کرد روند را معکوس کنیم. با بررسی ساختارهای رایج، مانند ساختارهای داده و کنترل، میتوانیم الگوهایی را پیدا کنیم که ما را قادر میسازند برنامهها را به سرعت از هم جدا کرده و کامپایل کنیم. این کتاب مال کیه؟ این کتاب برای خوانندگانی در مقطع کارشناسی با تجربه برنامه نویسی در x86 Assembly و C یا C++ است. این کتاب برای آموزش برنامه نویسی به زبان اسمبلی، برنامه نویسی C یا C++ یا تئوری کامپایلر/ اسمبلر طراحی نشده است. پیش نیازها چیست؟ خواننده باید درک کاملی از اسمبلی x86، برنامه نویسی C و احتمالا برن
tag : دانلود کتاب x86 disassembly: بررسی رابطه بین C، x86 Assembly و Machine Code , Download x86 disassembly: بررسی رابطه بین C، x86 Assembly و Machine Code , دانلود x86 disassembly: بررسی رابطه بین C، x86 Assembly و Machine Code , Download x86 Disassembly: Exploring the relationship between C, x86 Assembly, and Machine Code Book , x86 disassembly: بررسی رابطه بین C، x86 Assembly و Machine Code دانلود , buy x86 disassembly: بررسی رابطه بین C، x86 Assembly و Machine Code , خرید کتاب x86 disassembly: بررسی رابطه بین C، x86 Assembly و Machine Code , دانلود کتاب x86 Disassembly: Exploring the relationship between C, x86 Assembly, and Machine Code , کتاب x86 Disassembly: Exploring the relationship between C, x86 Assembly, and Machine Code , دانلود x86 Disassembly: Exploring the relationship between C, x86 Assembly, and Machine Code , خرید x86 Disassembly: Exploring the relationship between C, x86 Assembly, and Machine Code , خرید کتاب x86 Disassembly: Exploring the relationship between C, x86 Assembly, and Machine Code ,

نقد و بررسیها
هنوز بررسیای ثبت نشده است.