mirror of
https://github.com/The-Art-of-Hacking/h4cker
synced 2024-11-24 11:53:02 +00:00
adding Dynamic Analysis tools
This commit is contained in:
parent
5b1af5cdff
commit
358366b0da
1 changed files with 15 additions and 0 deletions
|
@ -19,6 +19,21 @@
|
|||
* [objdump](http://linux.die.net/man/1/objdump)
|
||||
* [Radare](http://www.radare.org/r/)
|
||||
|
||||
## Dynamic Analysis
|
||||
|
||||
* [Autoruns](https://docs.microsoft.com/en-us/sysinternals/downloads/autoruns)
|
||||
* [Process Monitor](https://docs.microsoft.com/en-us/sysinternals/downloads/procmon)
|
||||
* [Process Explorer](https://docs.microsoft.com/en-us/sysinternals/downloads/process-explorer)
|
||||
* [Process Hacker](https://processhacker.sourceforge.io/)
|
||||
* [Noriben - Portable, Simple, Malware Analysis Sandbox](https://github.com/Rurik/Noriben)
|
||||
* [API Monitor](http://www.rohitab.com/apimonitor)
|
||||
* [INetSim: Internet Services Simulation Suite](http://www.inetsim.org/)
|
||||
* [FakeNet](https://practicalmalwareanalysis.com/fakenet/)
|
||||
* [Volatility Framework](https://github.com/volatilityfoundation/volatility)
|
||||
* [Stardust](https://my.comae.io/login)
|
||||
* [LiME: Linux Memory Extractor](https://github.com/504ensicsLabs/LiME)
|
||||
|
||||
|
||||
## Awesome Reversing
|
||||
* https://github.com/fdivrp/awesome-reversing - a plethora of references of tools, practice sites, and other reverse engineering information
|
||||
|
||||
|
|
Loading…
Reference in a new issue