Skip to main content

Generate TypeScript definition files for use with Frida

Project description

Generate TypeScript definitions for a given APK file or unpacked APK directory. The installation is simple through pip:

$ python3 -m pip install frida-definitions-generator

After you’ve installed the program you should have an executable named frida-definitions-generator that you can run like this:

$ frida-definitions-generator –type java /path/to/apk > app.d.ts

This will output all the classes from the APK as Frida TypeScript definitions into the piped file. You can also pass a directory of the unzipped APK instead of the APK itself.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

frida-definitions-generator-0.3.0.tar.gz (5.7 kB view hashes)

Uploaded Source

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page