0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 10, 2025 — Feb 10, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' of github.com:frida/frida-python More... about 12 years ago
Simplify the computation of the actual libpython3, so that things work on Linux again More... about 12 years ago
Handle process enumeration failing More... about 12 years ago
Add new files to build system More... about 12 years ago
Improve help options More... about 12 years ago
Merge pull request #6 from pmorici/master More... about 12 years ago
Added -a option, specify function by address More... about 12 years ago
Add a little ps tool for enumerating processes on the desired device More... about 12 years ago
Use ConsoleApplication for discoverer and tracer More... about 12 years ago
Factor out console application logic into a helper class More... about 12 years ago
Update README with content from website More... about 12 years ago
Fix ordering of imports More... about 12 years ago
Add COPYING and change license to LGPLv2+ More... about 12 years ago
Revert back to manually detecting python flags More... about 12 years ago
Fix build regression on Mac More... about 12 years ago
Fix address parsing issue for high 64-bit targets on python 2.x More... about 12 years ago
Simplified Python build variables setup by using pythonX.Y-config directly, where possible More... about 12 years ago
Fix library search order to avoid accidentally picking up system libraries More... about 12 years ago
Fix Py3k compatibility issue More... about 12 years ago
Avoid using unicode in the stub code More... about 12 years ago
Reload handler scripts when they change on the filesystem More... about 12 years ago
Fix deadlocks caused by holding lock while performing work More... about 12 years ago
Add encoding markers More... about 12 years ago
Improve Tracer so handlers can be defined on the file-system More... about 12 years ago
Improve Discoverer structure and fix Py3k issues More... about 12 years ago
Add base implementation guard More... about 12 years ago
Make the termination watcher thread a deamon thread as it should be More... about 12 years ago
Escape python code to fix python 3.3 build issue on Mac More... about 12 years ago
Fix python2.6 build regression More... about 12 years ago
Improve description More... about 12 years ago