52ky 发表于 2021-8-18 10:14:11

Linux二进制分析

本书是目前为止唯一一本剖析Linux ELF工作机制的图书,本书讲解了Linux ELF二进制格式的内部工作机制,用于检测和分析UNIX病毒的技术,处理二进制加固和软件防篡改的方法,对可执行文件和进程内存打补丁,绕过恶意软件中使用的防调试技术,执行高级的二进制取证分析,使用C语言来设计ELF相关的工具,以及在内存上运行ptrace。

(This book is the only book so far that analyzes the working mechanism of Linux ELF. This book explains the internal working mechanism of the Linux ELF binary format, the techniques used to detect and analyze UNIX viruses, and the methods for handling binary reinforcement and software tamper-proofing. Patch executable files and process memory, bypass anti-debugging techniques used in malware, perform advanced binary forensic analysis, use C language to design ELF-related tools, and run ptrace on memory.)

页: [1]
查看完整版本: Linux二进制分析