Merge pull request #361 from tijme/patch-1

Add `Fridax` to the Reverse Engineering Tools.
This commit is contained in:
0xACAB 2020-04-06 17:03:57 -04:00 committed by GitHub
commit 5df911f66a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -695,6 +695,7 @@ See also [awesome-reversing](https://github.com/tylerha97/awesome-reversing).
* [pwndbg](https://github.com/pwndbg/pwndbg) - GDB plug-in that eases debugging with GDB, with a focus on features needed by low-level software developers, hardware hackers, reverse-engineers, and exploit developers.
* [rVMI](https://github.com/fireeye/rVMI) - Debugger on steroids; inspect userspace processes, kernel drivers, and preboot environments in a single tool.
* [x64dbg](http://x64dbg.com/) - Open source x64/x32 debugger for windows.
* [Fridax](https://github.com/NorthwaveNL/fridax) - Fridax enables you to read variables and intercept/hook functions in Xamarin/Mono JIT and AOT compiled iOS/Android applications.
## Security Education Courses