https://github.com/bestnathan/nf
nathan frida hooks
https://github.com/bestnathan/nf
android-hooking decompiler decryption frida reverse-engineering
Last synced: 2 months ago
JSON representation
nathan frida hooks
- Host: GitHub
- URL: https://github.com/bestnathan/nf
- Owner: BestNathan
- Created: 2023-07-13T06:49:07.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-12T13:11:03.000Z (12 months ago)
- Last Synced: 2025-02-05T08:24:42.050Z (4 months ago)
- Topics: android-hooking, decompiler, decryption, frida, reverse-engineering
- Language: TypeScript
- Homepage:
- Size: 366 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nathan Frida Hooks
## features
- Tracing from method to method within a complete encryption or http processing
- Hook Java Crypto
- Print Crypto Key in UTF-8/Hex/Base64
- Print Crypto Iv in Hex
- Print plain text in UTF-8/Hex
- Print cipher text in Hex/Base64
- Hook OkHttp3/Android UrlConnection
- Print Http Request Url, Method, Headers, Data(if possible) in UTF-8/Hex
- Print Http Response Code, Headers, Data(if possible) in UTF-8/Hex/Base64## Usage
```sh
npm install
# ./built/index.jsfrida -U -f com.example.android -l ./built/index.js
```## Development
```sh
npm run watch
# ./built/index.jsfrida -U -f com.example.android -l ./built/index.js
```## TODOs
- [ ] ObjC Hooks
- [ ] Crypto
- [ ] Http
- [ ] Enable Hooks in need
- [ ] Tool chains