mirror of
https://github.com/nganhkhoa/CTF-All-In-One.git
synced 2025-06-23 03:35:03 +07:00
add new chapter 6
This commit is contained in:
@ -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
1
doc/6_writeup.md
Normal file
@ -0,0 +1 @@
|
||||
# 第六章 题解篇
|
@ -1,4 +1,4 @@
|
||||
# 6.1 更多 Linux 工具
|
||||
# 7.1 更多 Linux 工具
|
||||
|
||||
- [dd](#dd)
|
||||
- [file](#file)
|
@ -1,4 +1,4 @@
|
||||
# 6.2 更多 Windows 工具
|
||||
# 7.2 更多 Windows 工具
|
||||
|
||||
- [010 Editor](#010-editor)
|
||||
- [DIE](#die)
|
@ -1,4 +1,4 @@
|
||||
# 6.3 更多资源
|
||||
# 7.3 更多资源
|
||||
|
||||
- [课程](#课程)
|
||||
- [站点](#站点)
|
@ -1,4 +1,4 @@
|
||||
# 6.4 习题答案
|
||||
# 7.4 习题答案
|
||||
|
||||
- [一、基础知识篇]()
|
||||
- [1.3 Linux 基础]()
|
@ -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/
|
@ -1,4 +1,4 @@
|
||||
# PPT
|
||||
# 7.6 PPT
|
||||
|
||||
这些是我在 XDSEC 做分享的 PPT,主要内容取自 CTF-All-In-One,可作为辅助学习。
|
||||
|
8
doc/7_appendix.md
Normal file
8
doc/7_appendix.md
Normal 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)
|
Reference in New Issue
Block a user