mirror of
https://github.com/vitalysim/Awesome-Hacking-Resources.git
synced 2024-12-18 10:56:12 +00:00
Merge pull request #58 from berndstelzl/master
Added radare2 to tools.md and a r2 tutorial to readme
This commit is contained in:
commit
5a848a8268
@ -171,6 +171,7 @@ Reverse Engineering, Buffer Overflow and Exploit Development
|
|||||||
* [Analysis and exploitation (unprivileged)](https://www.it-sec-catalog.info/analysis_and_exploitation_unprivileged.html)
|
* [Analysis and exploitation (unprivileged)](https://www.it-sec-catalog.info/analysis_and_exploitation_unprivileged.html)
|
||||||
* [A Course on Intermediate Level Linux Exploitation](https://github.com/nnamon/linux-exploitation-course)
|
* [A Course on Intermediate Level Linux Exploitation](https://github.com/nnamon/linux-exploitation-course)
|
||||||
* [Lena's Reversing for Newbies (Complete)](https://tuts4you.com/download.php?view.2876)
|
* [Lena's Reversing for Newbies (Complete)](https://tuts4you.com/download.php?view.2876)
|
||||||
|
* [Megabeets journey into Radare2](https://www.megabeets.net/a-journey-into-radare-2-part-1/)
|
||||||
|
|
||||||
Privilege Escalation
|
Privilege Escalation
|
||||||
--
|
--
|
||||||
|
1
tools.md
1
tools.md
@ -76,6 +76,7 @@ Name | Description
|
|||||||
Name | Description
|
Name | Description
|
||||||
---- | ----
|
---- | ----
|
||||||
[BinNavi](https://github.com/google/binnavi) | BinNavi is a binary analysis IDE that allows to inspect, navigate, edit and annotate control flow graphs and call graphs of disassembled code
|
[BinNavi](https://github.com/google/binnavi) | BinNavi is a binary analysis IDE that allows to inspect, navigate, edit and annotate control flow graphs and call graphs of disassembled code
|
||||||
|
[Radare2](https://github.com/radare/radare2) | Radare2 is a reverse engineering suite which includes a complete toolkit for reverse enigneering needs.
|
||||||
|
|
||||||
### Collaboration tools
|
### Collaboration tools
|
||||||
Name | Description
|
Name | Description
|
||||||
|
Loading…
Reference in New Issue
Block a user