Mastering Reverse Engineering: Re-engineer your ethical hacking skills (Paperback)
Reginald Wong
- 出版商: Packt Publishing
- 出版日期: 2018-10-31
- 售價: $1,700
- 貴賓價: 9.5 折 $1,615
- 語言: 英文
- 頁數: 436
- 裝訂: Paperback
- ISBN: 178883884X
- ISBN-13: 9781788838849
-
相關分類:
駭客 Hack
立即出貨 (庫存=1)
買這商品的人也買了...
-
$880$695 -
$936Embedded Linux Development using Yocto Projects - Second Edition: Learn to leverage the power of Yocto Project to build efficient Linux-based products
-
$267奔跑吧 Linux內核 入門篇
-
$2,240Fundamentals of Software Architecture: A Comprehensive Guide to Patterns, Characteristics, and Best Practices (Paperback)
-
$720$562 -
$580$458 -
$880$695 -
$954$906 -
$680$537 -
$780$616 -
$1,500$1,425 -
$1,750$1,663 -
$658奔跑吧 Linux 內核入門篇, 2/e
-
$1,000$790 -
$360$342 -
$450$355 -
$580$458 -
$780$608 -
$505從零開始 Linux 運維實踐
-
$600$510 -
$2,300$2,185 -
$780$616 -
$800$632 -
$2,300$2,185 -
$1,530Blue Fox: Arm Assembly Internals and Reverse Engineering
相關主題
商品描述
Implement reverse engineering techniques to analyze software, exploit software targets, and defend against security threats like malware and viruses.
Key Features
- Analyze and improvise software and hardware with real-world examples
- Learn advanced debugging and patching techniques with tools such as IDA Pro, x86dbg, and Radare2.
- Explore modern security techniques to identify, exploit, and avoid cyber threats
Book Description
If you want to analyze software in order to exploit its weaknesses and strengthen its defenses, then you should explore reverse engineering. Reverse Engineering is a hackerfriendly tool used to expose security flaws and questionable privacy practices.In this book, you will learn how to analyse software even without having access to its source code or design documents. You will start off by learning the low-level language used to communicate with the computer and then move on to covering reverse engineering techniques. Next, you will explore analysis techniques using real-world tools such as IDA Pro and x86dbg. As you progress through the chapters, you will walk through use cases encountered in reverse engineering, such as encryption and compression, used to obfuscate code, and how to to identify and overcome anti-debugging and anti-analysis tricks. Lastly, you will learn how to analyse other types of files that contain code.
By the end of this book, you will have the confidence to perform reverse engineering.
What you will learn
- Learn core reverse engineering
- Identify and extract malware components
- Explore the tools used for reverse engineering
- Run programs under non-native operating systems
- Understand binary obfuscation techniques
- Identify and analyze anti-debugging and anti-analysis tricks
Who this book is for
If you are a security engineer or analyst or a system programmer and want to use reverse engineering to improve your software and hardware, this is the book for you. You will also find this book useful if you are a developer who wants to explore and learn reverse engineering. Having some programming/shell scripting knowledge is an added advantage.
Table of Contents
- Preparing to Reverse
- Identification and extraction of hidden components
- The Low-Level Language
- Static and Dynamic Reversing
- Tools of the trade
- RE in Linux platforms
- RE in Windows platforms
- Sandboxing: Virtualization as a component for RE
- Binary Obfuscation Techniques
- Packing and Encryption
- Anti-analysis Tricks
- Practical Reverse Engineering of a Windows Executable
- Reversing various File-types