Skip to content

Commit cb76da1

Browse files
Sn0rtSn0rt
authored andcommitted
Update: 经高人指点英文readme
1 parent 276f386 commit cb76da1

File tree

1 file changed

+8
-14
lines changed

1 file changed

+8
-14
lines changed

README.md

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,32 @@
1-
# linux exploit development tutorial
1+
# Linux exploit development tutorial
22

33
## What's this ?
44

5-
A series tutorial for linux exploit development to newbie.
5+
A series of tutorial for Linux exploit development to newbie.
66

7-
The test machine is ubuntu 14.04 which was default install.
7+
The test machine is ubuntu 14.04 which was a default installment.
88

99
*Read this in other languages: [English](README.md), [简体中文](README-zh.md).*
1010

1111
## How to organize ?
1212

1313
### chapter 1: Basic knowledge
1414

15-
base knowledge like : what's stack and heap ? how convert c language to assembly language ? what's elf and memroy layout? etc..
15+
basic knowledge : what's stack and heap ? how to convert c language to assembly language ? what's ELF and memroy layout? etc.
1616

17-
base vulnerability problems like : what's is overflow and memory corruption ? how heap working ? etc...
17+
basic vulnerability problems : what is overflow and memory corruption ? how does the heap work ? etc.
1818

1919
### chapter 2: Stack security
2020

21-
this chapter focus userspace stack security mechanism and bypass.
21+
this chapter focuses on userspace stack security mechanism and bypass.
2222

2323
### chapter 3: Heap security
2424

25-
this chapter focus the security mechanism of heap in modern linux.
25+
this chapter focuses on security mechanism of heap in modern linux.
2626

2727
### chapter 4: Kernel security
2828

29-
this chapter focus the mechanism security of modern linux kernel (2.6.32) and later
30-
31-
### chapter 5: Vulnerability discovery
32-
33-
(WIP)
34-
35-
this chapter is a new filed to me.
29+
this chapter focuses on mechanism security of modern linux kernel (2.6.32) and to me.
3630

3731
## How to modify and update ?
3832

0 commit comments

Comments
 (0)