Beginning x64 Assembly Programming

Beginning x64 Assembly Programming
Author :
Publisher : Apress
Total Pages : 407
Release :
ISBN-10 : 9781484250761
ISBN-13 : 1484250761
Rating : 4/5 (761 Downloads)

Book Synopsis Beginning x64 Assembly Programming by : Jo Van Hoey

Download or read book Beginning x64 Assembly Programming written by Jo Van Hoey and published by Apress. This book was released on 2019-10-31 with total page 407 pages. Available in PDF, EPUB and Kindle. Book excerpt: Program in assembly starting with simple and basic programs, all the way up to AVX programming. By the end of this book, you will be able to write and read assembly code, mix assembly with higher level languages, know what AVX is, and a lot more than that. The code used in Beginning x64 Assembly Programming is kept as simple as possible, which means: no graphical user interfaces or whistles and bells or error checking. Adding all these nice features would distract your attention from the purpose: learning assembly language. The theory is limited to a strict minimum: a little bit on binary numbers, a short presentation of logical operators, and some limited linear algebra. And we stay far away from doing floating point conversions. The assembly code is presented in complete programs, so that you can test them on your computer, play with them, change them, break them. This book will also show you what tools can be used, how to use them, and the potential problems in those tools. It is not the intention to give you a comprehensive course on all of the assembly instructions, which is impossible in one book: look at the size of the Intel Manuals. Instead, the author will give you a taste of the main items, so that you will have an idea about what is going on. If you work through this book, you will acquire the knowledge to investigate certain domains more in detail on your own. The majority of the book is dedicated to assembly on Linux, because it is the easiest platform to learn assembly language. At the end the author provides a number of chapters to get you on your way with assembly on Windows. You will see that once you have Linux assembly under your belt, it is much easier to take on Windows assembly. This book should not be the first book you read on programming, if you have never programmed before, put this book aside for a while and learn some basics of programming with a higher-level language such as C. What You Will LearnDiscover how a CPU and memory worksAppreciate how a computer and operating system work togetherSee how high-level language compilers generate machine language, and use that knowledge to write more efficient codeBe better equipped to analyze bugs in your programsGet your program working, which is the fun partInvestigate malware and take the necessary actions and precautions Who This Book Is For Programmers in high level languages. It is also for systems engineers and security engineers working for malware investigators. Required knowledge: Linux, Windows, virtualization, and higher level programming languages (preferably C or C++).


Beginning x64 Assembly Programming Related Books

Beginning x64 Assembly Programming
Language: en
Pages: 407
Authors: Jo Van Hoey
Categories: Computers
Type: BOOK - Published: 2019-10-31 - Publisher: Apress

GET EBOOK

Program in assembly starting with simple and basic programs, all the way up to AVX programming. By the end of this book, you will be able to write and read asse
The Art of 64-Bit Assembly, Volume 1
Language: en
Pages: 1034
Authors: Randall Hyde
Categories: Computers
Type: BOOK - Published: 2021-11-30 - Publisher: No Starch Press

GET EBOOK

A new assembly language programming book from a well-loved master. Art of 64-bit Assembly Language capitalizes on the long-lived success of Hyde's seminal The A
Assembly x64 Programming in easy steps
Language: en
Pages: 353
Authors: Mike McGrath
Categories: Computers
Type: BOOK - Published: 2021-09-09 - Publisher: In Easy Steps

GET EBOOK

Assembly x64 Programming in easy steps shows how to write code to create your own computer programs. It contains separate chapters demonstrating how to store an
x64 Assembly Language Step-by-Step
Language: en
Pages: 745
Authors: Jeff Duntemann
Categories: Computers
Type: BOOK - Published: 2023-09-21 - Publisher: John Wiley & Sons

GET EBOOK

The long-awaited x64 edition of the bestselling introduction to Intel assembly language In the newly revised fourth edition of x64 Assembly Language Step-by-Ste
Introduction to 64 Bit Windows Assembly Language Programming
Language: en
Pages: 288
Authors: Ray Seyfarth
Categories:
Type: BOOK - Published: 2017-02-14 - Publisher:

GET EBOOK

This book introduces programmers to 64 bit Intel assembly language using the Microsoft Windows operating system. The book also discusses how to use the free int