Visit Website

PAPIMonitor is a Python tool based on Frida for monitoring user-select APIs during the app execution. The tool allows users to monitor a predefined list of APIs or a custom list passed through the command line, storing information such as the invoked API, parameters, return value, and the line and file from where it was called.

ALTERNATIVES