[PR #2119] Added frida-tools in debugger section #1676

Open
opened 2025-11-06 13:21:04 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/2119
Author: @fanbyprinciple
Created: 7/23/2022
Status: 🔄 Open

Base: masterHead: master


📝 Commits (1)

  • 0165fc2 Added frida-tools in debugger section

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

What is this Python project?

Frida is a free dynamic instrumentation toolkit that enables software professionals to execute their own scripts in software that has traditionally been locked down; i.e. proprietary (such as Android applications).

This allows the software community to hook into live processes, enabling them to test, add functionality to, or even debug such applications.

from: https://techmonitor.ai/technology/software/frida-tool-software-reverse

“Frida makes it possible for a small company to create products compatible with products from large software companies. For example if a big company dominates the market in one area but isn’t interested in supporting users with Android phones, a small company could use Frida to gain the knowledge needed to create a compatible app for Android users.”

Due to its ability to hook into processes dynamically, developers can rapidly develop tools using Frida. For example, in an Android application process, this can be hooked into to extract the output of the process itself, meaning that any additional functionality can be added with minimal effort. (For the technically inclined, the Frida team has produced a useful example for injecting arbitrary JavaScript into an Android app process.)

What's the difference between this Python project and similar ones?

Frida though has cross platform compatibility stands out because of its ability to also debug android applications.

Anyone who agrees with this pull request could submit an Approve review to it.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/2119 **Author:** [@fanbyprinciple](https://github.com/fanbyprinciple) **Created:** 7/23/2022 **Status:** 🔄 Open **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`0165fc2`](https://github.com/vinta/awesome-python/commit/0165fc2782b514ab20151e36a5ef3b8dd4ba2346) Added frida-tools in debugger section ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## What is this Python project? Frida is a [free](https://www.gnu.org/philosophy/free-sw.en.html) dynamic instrumentation toolkit that enables software professionals to execute their own scripts in software that has traditionally been locked down; i.e. proprietary (such as Android applications). This allows the software community to hook into live processes, enabling them to test, add functionality to, or even debug such applications. from: https://techmonitor.ai/technology/software/frida-tool-software-reverse “Frida makes it possible for a small company to create products compatible with products from large software companies. For example if a big company dominates the market in one area but isn’t interested in supporting users with Android phones, a small company could use Frida to gain the knowledge needed to create a compatible app for Android users.” Due to its ability to hook into processes dynamically, developers can rapidly develop tools using Frida. For example, in an Android application process, this can be hooked into to extract the output of the process itself, meaning that any additional functionality can be added with minimal effort. (For the technically inclined, the Frida team has produced a [useful example](https://www.frida.re/docs/examples/android) for injecting arbitrary JavaScript into an Android app process.) ## What's the difference between this Python project and similar ones? Frida though has cross platform compatibility stands out because of its ability to also debug android applications. -- Anyone who agrees with this pull request could submit an *Approve* review to it. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 13:21:04 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#1676