Aerosol Posted January 17, 2015 Report Posted January 17, 2015 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_COMPLETEDandroid.intent.action.ACTION_POWER_CONNECTEDYou 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 Quote