add new chapter 6

This commit is contained in:
firmianay
2017-11-05 17:21:02 +08:00
parent 1c69302a45
commit 6b082f13dc
13 changed files with 35 additions and 28 deletions

View File

@ -1,8 +0,0 @@
# 第六章 附录篇
- [6.1 更多 Linux 工具](6.1_Linuxtools.md)
- [6.2 更多 Windows 工具](6.2_wintools.md)
- [6.3 更多资源](6.3_books&blogs.md)
- [6.4 习题 write-up](6.4_writeup.md)
- [6.5 Linux x86-64 系统调用表](http://blog.rchapman.org/posts/Linux_System_Call_Table_for_x86_64/)
- [6.6 PPT](6.6_ppt.md)

1
doc/6_writeup.md Normal file
View File

@ -0,0 +1 @@
# 第六章 题解篇

View File

@ -1,4 +1,4 @@
# 6.1 更多 Linux 工具
# 7.1 更多 Linux 工具
- [dd](#dd)
- [file](#file)

View File

@ -1,4 +1,4 @@
# 6.2 更多 Windows 工具
# 7.2 更多 Windows 工具
- [010 Editor](#010-editor)
- [DIE](#die)

View File

@ -1,4 +1,4 @@
# 6.3 更多资源
# 7.3 更多资源
- [课程](#课程)
- [站点](#站点)

View File

@ -1,4 +1,4 @@
# 6.4 习题答案
# 7.4 习题答案
- [一、基础知识篇]()
- [1.3 Linux 基础]()

View File

@ -1,2 +1,3 @@
# 6.5 Linux x86-64 系统调用表
# 7.5 Linux x86-64 系统调用表
http://blog.rchapman.org/posts/Linux_System_Call_Table_for_x86_64/

View File

@ -1,4 +1,4 @@
# PPT
# 7.6 PPT
这些是我在 XDSEC 做分享的 PPT主要内容取自 CTF-All-In-One可作为辅助学习。

8
doc/7_appendix.md Normal file
View File

@ -0,0 +1,8 @@
# 第七章 附录篇
- [7.1 更多 Linux 工具](doc/7.1_Linuxtools.md)
- [7.2 更多 Windows 工具](doc/7.2_wintools.md)
- [7.3 更多资源](doc/7.3_books&blogs.md)
- [7.4 习题 write-up](doc/7.4_writeup.md)
- [7.5 Linux x86-64 系统调用表](doc/7.5_syscall.md)
- [7.6 PPT](doc/7.6_ppt.md)