Skip to content

This just checks what architecture an installed application is using for its libraries.

License

Notifications You must be signed in to change notification settings

Rev/Architecture-Checker

Repository files navigation

Architecture Checker

This just checks what architecture an installed application is using to load its libraries!

About

Recently, I've seen that many people have been creating their own injectors on Android. The issue is, most are injecting a library chosen based on the devices architecture, rather than the installed applications library architecture.

Lets say that a game you installed had armv7a libraries, whilst your device had an armv8a CPU. If you solely inject a library based on the architecture of your device, rather than the architecture your application is using, then you're going to have issues. In this case, you would be injecting an armv8a library into an armv7a game.

This is a big problem, but, it is very easy to fix. This can be easily implemented with your current code.

Screen_Recording_20221017-214459_Architecture.Checker.mp4

image

About

This just checks what architecture an installed application is using for its libraries.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages