52ky 发表于 2021-8-23 16:04:29

有趣的二进制 软件安全与逆向分析

《有趣的二进制 软件安全与逆向分析》通过逆向工程,揭开人们熟知的软件背后的机器语言的秘密,并教给读者读懂这些二进制代码的方法。理解了这些方法,技术人员就能有效地Debug,防止软件受到恶意攻击和反编译。本书涵盖的技术包括:汇编与反汇编、调试与反调试、缓冲区溢出攻击与底层安全、钩子与注入、Metasploit等安全工具。

("Interesting Binary Software Security and Reverse Analysis" uses reverse engineering to uncover the secrets of the machine language behind the familiar software and teach readers how to read these binary codes. After understanding these methods, technicians can effectively debug and prevent software from malicious attacks and decompilation. The technologies covered in this book include: assembly and disassembly, debugging and anti-debugging, buffer overflow attacks and underlying security, hooks and injections, Metasploit and other security tools.)

页: [1]
查看完整版本: 有趣的二进制 软件安全与逆向分析