0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected 2 days ago.
Jan 03, 2024 — Jan 03, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use setuptools' distutils wrapper More... about 11 years ago
Move tracer console app and expose as console script also More... about 11 years ago
Drop the PREBUILT_ prefix More... about 11 years ago
Pass version through environment variable More... about 11 years ago
Improve setup.py so it can be used for packaging More... about 11 years ago
Generate a stub setup.py More... about 11 years ago
Add frida-trace command line skeleton based on the example More... about 11 years ago
Turn frida into a proper package so tracer can be part of it More... about 11 years ago
Add a stub README.md More... about 11 years ago
Allow passing pid and not just a process name More... about 11 years ago
Fix silly variable scope issue More... about 11 years ago
Batch target functions More... about 11 years ago
Avoid attaching to the same function multiple times More... about 11 years ago
Add module field to Export More... about 11 years ago
Improve trace script generation More... about 11 years ago
Improve JS coding style consistency More... about 11 years ago
Cache module exports More... about 11 years ago
Allow Module and Export to be put in a set More... about 11 years ago
Pass process name to trace on command line More... about 11 years ago
Add example of using function tracer More... about 11 years ago
Add initial function call tracer implementation More... about 11 years ago
Add editorconfig file. More... about 11 years ago
Fix hex conversion More... about 11 years ago
The addresses are now returned as hex from the JS side. Conversion to int on Python side now takes account of this. More... about 11 years ago
Fix python 2.6 library search path on OS X Mavericks More... about 11 years ago
Show number of recv() calls More... about 11 years ago
Make use of call summaries instead of streaming all events More... about 11 years ago
Improve cpushark example to also cover call probes More... about 11 years ago
Update gitignore More... about 11 years ago
Add a very basic example Mac app for code tracing More... about 11 years ago