mirror of
https://github.com/The-Art-of-Hacking/h4cker
synced 2024-11-10 05:34:12 +00:00
adding exploit exercises
This commit is contained in:
parent
37199da754
commit
e3f1f98723
1 changed files with 2 additions and 1 deletions
|
@ -5,6 +5,7 @@
|
|||
* [Shellcode Tutorial](http://www.vividmachines.com/shellcode/shellcode.html)
|
||||
* [Shellcode Examples](http://shell-storm.org/shellcode/)
|
||||
* [Exploit Writing Tutorials](https://www.corelan.be/index.php/2009/07/19/exploit-writing-tutorial-part-1-stack-based-overflows/)
|
||||
* [Exploit Exercises](https://exploit-exercises.com/protostar/stack1/)
|
||||
|
||||
## Hex Editors
|
||||
|
||||
|
@ -22,7 +23,7 @@
|
|||
|
||||
## Reverse Engineering Tools
|
||||
|
||||
The following are some of the most popular reverse engineering tools. HOWEVER! GO TO THE [REVERSE ENGINEERING SECTION](https://github.com/The-Art-of-Hacking/art-of-hacking/blob/master/reverse_engineering/README.md) for more references.
|
||||
The following are some of the most popular reverse engineering tools. HOWEVER! GO TO THE [REVERSE ENGINEERING SECTION](https://github.com/The-Art-of-Hacking/art-of-hacking/blob/master/reverse_engineering/README.md) for more references.
|
||||
|
||||
* [Interactive Disassembler (IDA Pro)](https://www.hex-rays.com/products/ida/) - Proprietary multi-processor disassembler and debugger for Windows, GNU/Linux, or macOS; also has a free version, [IDA Free](https://www.hex-rays.com/products/ida/support/download_freeware.shtml).
|
||||
* [WDK/WinDbg](https://msdn.microsoft.com/en-us/windows/hardware/hh852365.aspx) - Windows Driver Kit and WinDbg.
|
||||
|
|
Loading…
Reference in a new issue