ChickenHook / RestrictionBypass

Android API restriction bypass for all Android Versions
Apache License 2.0
628 stars 91 forks source link

add dlopen bypass #3

Open SarotecK opened 4 years ago

SarotecK commented 4 years ago

This bypass replaces the env->functions->FatalError function with instructions telling to jump to the original dlopen function. This let the VM think that this call is invoked from libart itself and not from you're library.

If you find any bugs please create an issue in this project and provide logs as well as an coding example!