AndKittyInjector icon indicating copy to clipboard operation
AndKittyInjector copied to clipboard

Allow the program to be launched directly by its package name.

Open suqiernb opened this issue 8 months ago • 1 comments

Usage: ./path/to/AndKittyInjector [-h] [-pkg] [-pid] [-lib] [ options ]

Required arguments:
   -pkg                Target app package.
   
   -lib                Library path to inject.

Optional arguments:
   -h, --help          show available arguments.
   
   -pid                Target app pid.
   
   -dl_memfd           Use memfd_create & dlopen_ext to inject library, useful to bypass path restrictions.

   -hide_maps          Try to hide lib segments from /proc/[pid]/maps.

   -hide_solist        Try to remove lib from linker or NativeBridge solist.
   
   -watch              Monitor process launch then inject, useful if you want to inject as fast as possible.
   
   -delay              Set a delay in microseconds before injecting.

   -launch(new)        Automatically launch the program

suqiernb avatar Jul 14 '25 04:07 suqiernb

will look into it when i have time

MJx0 avatar Jul 18 '25 13:07 MJx0