trace_registernatives
December 25, 2019 ยท View on GitHub
This is a script to trace and log calls to RegisterNatives from an Android
app.
Installation
Ensure that you have NPM and poetry installed. Run the following commands:
$ npm install
$ npm run build
$ poetry install --no-dev