Learning Linux Binary Analysis (Paperback)
暫譯: 學習 Linux 二進位分析 (平裝本)
Ryan "elfmaster" O'Neill
- 出版商: Packt Publishing
- 出版日期: 2016-02-29
- 定價: $1,800
- 售價: 9.0 折 $1,620
- 語言: 英文
- 頁數: 282
- 裝訂: Paperback
- ISBN: 1782167102
- ISBN-13: 9781782167105
-
相關分類:
Linux
-
相關翻譯:
Linux二進制分析 (簡中版)
立即出貨 (庫存=1)
買這商品的人也買了...
-
$2,880$2,736 -
$650$553 -
$580$458 -
$580$458 -
$580$493 -
$1,960Linux System Programming: Talking Directly to the Kernel and C Library, 2/e (Paperback)
-
$2,370$2,252 -
$2,000$1,900 -
$3,410$3,240 -
$1,280Mastering Embedded Linux Programming (Paperback)
-
$520$442 -
$534$507 -
$2,600$2,470 -
$1,575State Estimation for Robotics
-
$1,980$1,940 -
$1,881Network Forensics
-
$948$901 -
$1,962Mastering Linux Kernel Development (Paperback)
-
$1,800$1,710 -
$1,750$1,663 -
$1,600$1,520 -
$1,660$1,577 -
$602用“芯”探核基於龍芯的 Linux 內核探索解析
-
$680$537 -
$980$774
相關主題
商品描述
Key Features
- Grasp the intricacies of the ELF binary format of UNIX and Linux
- Design tools for reverse engineering and binary forensic analysis
- Insights into UNIX and Linux memory infections, ELF viruses, and binary protection schemes
Book Description
Learning Linux Binary Analysis is packed with knowledge and code that will teach you the inner workings of the ELF format, and the methods used by hackers and security analysts for virus analysis, binary patching, software protection and more.
This book will start by taking you through UNIX/Linux object utilities, and will move on to teaching you all about the ELF specimen. You will learn about process tracing, and will explore the different types of Linux and UNIX viruses, and how you can make use of ELF Virus Technology to deal with them.
The latter half of the book discusses the usage of Kprobe instrumentation for kernel hacking, code patching, and debugging. You will discover how to detect and disinfect kernel-mode rootkits, and move on to analyze static code. Finally, you will be walked through complex userspace memory infection analysis.
This book will lead you into territory that is uncharted even by some experts; right into the world of the computer hacker.
What you will learn
- Explore the internal workings of the ELF binary format
- Discover techniques for UNIX Virus infection and analysis
- Work with binary hardening and software anti-tamper methods
- Patch executables and process memory
- Bypass anti-debugging measures used in malware
- Perform advanced forensic analysis of binaries
- Design ELF-related tools in the C language
- Learn to operate on memory with ptrace
About the Author
Ryan "elfmaster" O'Neill is a computer security researcher and software engineer with a background in reverse engineering, software exploitation, security defense, and forensics technologies. He grew up in the computer hacker subculture, the world of EFnet, BBS systems, and remote buffer overflows on systems with an executable stack. He was introduced to system security, exploitation, and virus writing at a young age. His great passion for computer hacking has evolved into a love for software development and professional security research. Ryan has spoken at various computer security conferences, including DEFCON and RuxCon, and also conducts a 2-day ELF binary hacking workshop.
He has an extremely fulfilling career and has worked at great companies such as Pikewerks, Leviathan Security Group, and more recently Backtrace as a software engineer.
Ryan has not published any other books, but he is well known for some of his papers published in online journals such as Phrack and VXHeaven. Many of his other publications can be found on his website at http://www.bitlackeys.org.
Table of Contents
- The Linux Environment and Its Tools
- The ELF Binary Format
- Linux Process Tracing
- ELF Virus Technology – Linux/Unix Viruses
- Linux Binary Protection
- ELF Binary Forensics in Linux
- Process Memory Forensics
- ECFS – Extended Core File Snapshot Technology
- Linux /proc/kcore Analysis
商品描述(中文翻譯)
主要特點
- 掌握 UNIX 和 Linux 的 ELF 二進位格式的複雜性
- 設計用於逆向工程和二進位取證分析的工具
- 深入了解 UNIX 和 Linux 的記憶體感染、ELF 病毒及二進位保護方案
書籍描述
《學習 Linux 二進位分析》充滿了知識和程式碼,將教你 ELF 格式的內部運作,以及駭客和安全分析師用於病毒分析、二進位修補、軟體保護等方法。
本書將從 UNIX/Linux 物件工具開始,接著教你有關 ELF 樣本的所有知識。你將學習到過程追蹤,並探索不同類型的 Linux 和 UNIX 病毒,以及如何利用 ELF 病毒技術來應對它們。
本書的後半部分討論 Kprobe 儀器在核心駭客、程式碼修補和除錯中的使用。你將發現如何檢測和清除核心模式的 rootkit,並進一步分析靜態程式碼。最後,你將學習到複雜的使用者空間記憶體感染分析。
本書將引領你進入一些專家尚未探索的領域;直接進入電腦駭客的世界。
你將學到什麼
- 探索 ELF 二進位格式的內部運作
- 發現 UNIX 病毒感染和分析的技術
- 使用二進位加固和軟體防篡改方法
- 修補可執行檔和過程記憶體
- 繞過惡意軟體中使用的反除錯措施
- 執行進階的二進位取證分析
- 用 C 語言設計與 ELF 相關的工具
- 學習如何使用 ptrace 操作記憶體
關於作者
Ryan "elfmaster" O'Neill 是一位電腦安全研究員和軟體工程師,擁有逆向工程、軟體利用、安全防禦和取證技術的背景。他在電腦駭客的次文化中成長,接觸到 EFnet、BBS 系統和可執行堆疊的遠端緩衝區溢出。他在年輕時就接觸到系統安全、利用和病毒編寫。他對電腦駭客的熱情演變為對軟體開發和專業安全研究的熱愛。Ryan 曾在各種電腦安全會議上發表演講,包括 DEFCON 和 RuxCon,並且還舉辦為期兩天的 ELF 二進位駭客工作坊。
他擁有非常充實的職業生涯,曾在 Pikewerks、Leviathan Security Group 等優秀公司工作,最近則在 Backtrace 擔任軟體工程師。
Ryan 尚未出版其他書籍,但他在 Phrack 和 VXHeaven 等線上期刊上發表的一些論文廣為人知。他的其他許多出版物可以在他的網站 http://www.bitlackeys.org 找到。
目錄
- Linux 環境及其工具
- ELF 二進位格式
- Linux 過程追蹤
- ELF 病毒技術 – Linux/Unix 病毒
- Linux 二進位保護
- Linux 中的 ELF 二進位取證
- 過程記憶體取證
- ECFS – 擴展核心檔案快照技術
- Linux /proc/kcore 分析