书籍 Hacking的封面

Hacking

Jon Erickson

出版时间

2008-02-04

ISBN

9781593271442

评分

★★★★★

标签

编程

书籍介绍

While other books merely show how to run existing exploits, Hacking: The Art of Exploitation broke ground as the first book to explain how hacking and software exploits work and how readers could develop and implement their own. In the second edition, author Jon Erickson again uses practical examples to illustrate the most common computer security issues in three related fields: programming, networking and cryptography. All sections have been extensively updated and expanded, including a more thorough introduction to the complex, low-level workings of a computer. Readers can easily follow along with example code by booting the included live CD, which provides a Linux programming environment and all of its benefits without the hassle of installing a new operating system.

目录
Chapter 0x100: Introduction
Chapter 0x200: Programming
Chapter 0x300: Exploitation
Chapter 0x400: Networking
Chapter 0x500: Shellcode

显示全部
用户评论
For a solid baseline understanding, look no further.
受益匪浅
很基础,但是也不落伍。
寻找已久的书。。太多书是介绍如何使用exploit的,而这本书是教你如何写exploit的,刚看完三种漏洞,感觉收获颇丰!
有点意思,但我只是想看看一般最脆弱的一环在哪里而已,这写得也太c太具体操作了,大概对真的想上手干的人会比较有用吧!
Intro to hacking
看到第二章,讲了不少程序调试技巧和基础的C编程知识,实战性很强,但是难度对没有基础的读者可能稍大。 目前读到了第四章,前面内容都挺不错的但是还是如果结合下 CVE 来学习效果更佳,实践出真知。但是对新手来说这个简单点能看懂的漏洞不容易。