gwen001 / offsectools_www

A vast collection of security tools and resources curated by the community.
https://offsec.tools
176 stars 23 forks source link

[addtool] frida #1314

Closed gwen001 closed 1 year ago

gwen001 commented 1 year ago

[tags]codeanalysis,reverse-engineering,javascript,mobile,toolkit[/tags] [short_descr]Dynamic instrumentation toolkit for developers, reverse-engineers, and security researchers.[/short_descr] [link] https://frida.re [/link] [link] https://github.com/frida/frida [/link] [long_descr] Frida is a dynamic code instrumentation toolkit. It lets you inject snippets of JavaScript or your own library into native apps on Windows, macOS, GNU/Linux, iOS, watchOS, tvOS, Android, FreeBSD, and QNX. Frida also provides you with some simple tools built on top of the Frida API. These can be used as-is, tweaked to your needs, or serve as examples of how to use the API.

Scriptable: Inject your own scripts into black box processes. Hook any function, spy on crypto APIs or trace private application code, no source code needed. Edit, hit save, and instantly see the results. All without compilation steps or program restarts.

Portable: Works on Windows, macOS, GNU/Linux, iOS, watchOS, tvOS, Android, FreeBSD, and QNX. Install the Node.js bindings from npm, grab a Python package from PyPI, or use Frida through its Swift bindings, .NET bindings, Qt/Qml bindings, Go bindings, or C API. We also have a scalable footprint.

Free: Frida is and will always be free software (free as in freedom). We want to empower the next generation of developer tools, and help other free software developers achieve interoperability through reverse engineering.

Battle-tested: We are proud that NowSecure is using Frida to do fast, deep analysis of mobile apps at scale. Frida has a comprehensive test-suite and has gone through years of rigorous testing across a broad range of use-cases. [/long_descr] [image] https://raw.githubusercontent.com/gwen001/offsectools_www/main/tmp/3bf4530c96bdf9fa9259e74a47a8ed83.png [/image] [image] https://raw.githubusercontent.com/gwen001/offsectools_www/main/tmp/170263e349ff84279d6f97b1e7bb6145.png [/image]

gwen001 commented 1 year ago

Issue correctly handled, tool is waiting for human validation.

gwen001 commented 1 year ago

Tool has been accepted by the team: https://offsec.tools/tool/frida

Thank you for your contribution!