Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken dependency on RootManager library #5

Open
jorgschulze73 opened this issue May 29, 2022 · 1 comment
Open

Broken dependency on RootManager library #5

jorgschulze73 opened this issue May 29, 2022 · 1 comment

Comments

@jorgschulze73
Copy link

This project depends on com.chrisplus.rootmanager library, which is hosted at the Springs Plugins repository.
Since that repository is not accessible anymore (see here), it looks like it's not possible to add FridaAndroidInjector to any project, as that will carry the dependency on com.chrisplus.rootmanager, which can't be resolved.
Do you foresee any possible solution for people interested in using this project?

@iGio90
Copy link
Owner

iGio90 commented May 29, 2022

Well.. root manager was just an easy way to start the injector binary. It can be completely removed and just use Runtime.getRuntime() and exec the su command to start the injector. Or, more easy, we can kill the dependency and import the classes from root manager repo. Easy fix, will look into it during the next days

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants