Jump to content
Aerosol

APK Binder Script

Recommended Posts

apk_binder_script allows us to unify two apk’s in one or add a service apk smali code to the target. This copy smali code, active and manifest. Implements a receiver acting loader loading the class specified as a parameter (a service).

The original application is normally run in parallel, the service is invoked by the loader based on two events:

android.intent.action.BOOT_COMPLETED

android.intent.action.ACTION_POWER_CONNECTED

You can add actions and permissions as desired. In short, allows us to “extend” the functionality of a apk, doors implement “administrative” etc.

Download: https://github.com/funsecurity/apk_binder_script

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...