Skip to content

Commit

Permalink
New release
Browse files Browse the repository at this point in the history
  • Loading branch information
evilpan committed Oct 20, 2021
1 parent 9dea18f commit 9ba3783
Showing 1 changed file with 8 additions and 21 deletions.
29 changes: 8 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,45 +36,32 @@ optional arguments:

See [Ghidra](./ghidra)

Before:

![g1][g1]

After:

![g2][g2]
Before | After
:----------:|:------------:
![g1][g1] | ![g2][g2]


## IDA

See [IDA](./ida)

Before:

![i1][i1]

After:

![i2][i2]

Before | After
:----------:|:------------:
![i1][i1] | ![i2][i2]

## Radare2

> WIP, see [Radare2](./r2)
# Demo

Tested with [app-debug.apk](./demo).

```sh
$ make demo
```

Tested with demo APK: [app-debug.apk](./demo)

# TODO

- [x] support both C/C++ JNI functions
- [x] support overloaded JNI functions
- [x] remove Jadx dependence, all in Python
- [ ] support [env->RegisterNatives][reg] JNI functions

# LINKS
Expand Down

0 comments on commit 9ba3783

Please sign in to comment.