reveny / Android-GUI-Injector

GUI App for Injecting shared libraries on Android
GNU General Public License v3.0
202 stars 61 forks source link

Run a function in the injected library inside process #11

Closed nitanmarcel closed 1 year ago

nitanmarcel commented 1 year ago

Adds a new field to define a symbol name that should be ran after a library has been executed .

*I struggled with the android UI so I asked gpt to edit the current one for my tests. Looked pretty ok-ish so I decided to keep in in the commit.

Also this works fine on A13