add 2.13_lldb

This commit is contained in:
firmianay 2018-02-04 12:12:44 +08:00
parent 3f36379896
commit 0352c7b90c
3 changed files with 9 additions and 0 deletions

View File

@ -52,6 +52,7 @@ GitHub 地址https://github.com/firmianay/CTF-All-In-One
* [2.10 metasploit](doc/2.10_metasploit.md) * [2.10 metasploit](doc/2.10_metasploit.md)
* [2.11 binwalk](doc/2.11_binwalk.md) * [2.11 binwalk](doc/2.11_binwalk.md)
* [2.12 Burp Suite](doc/2.12_burpsuite.md) * [2.12 Burp Suite](doc/2.12_burpsuite.md)
* [2.13 LLDB](doc/2.13_lldb.md)
* [三、分类专题篇](doc/3_topics.md) * [三、分类专题篇](doc/3_topics.md)
* [3.1 Reverse](doc/3.1_reverse.md) * [3.1 Reverse](doc/3.1_reverse.md)
* [3.2 Crypto](doc/3.2_crypto.md) * [3.2 Crypto](doc/3.2_crypto.md)

7
doc/2.13_lldb.md Normal file
View File

@ -0,0 +1,7 @@
# 2.13 LLDB
- [参考资料](#参考资料)
## 参考资料
- [The LLDB Debugger](http://lldb.llvm.org/)

View File

@ -13,3 +13,4 @@
- [2.10 metasploit](2.10_metasploit.md) - [2.10 metasploit](2.10_metasploit.md)
- [2.11 binwalk](2.11_binwalk.md) - [2.11 binwalk](2.11_binwalk.md)
- [2.12 Burp Suite](2.12_burpsuite.md) - [2.12 Burp Suite](2.12_burpsuite.md)
- [2.13 LLDB](2.13_lldb.md)