Metadata-Version: 2.1
Name: frida-gadget
Version: 0.0.1
Summary: Sign the apk file
Home-page: https://github.com/ksg97031/frida-gadget
Author: ksg97031
Author-email: ksg97031@gmail.com
License: UNKNOWN
Description: frida-gadgetor
        ============================================================
        | Easy to use frida-gadget. 
        | Inject loadlibary code to dex, insert gadget.so and add internet permssion to apk file. 
        | You just install apktool and this. 
        
        .. code:: sh
        
          $ pip install frida-gadgetor 
          $ frida-gadgetor [apk_path] --arch=[arch, default arm]
          > [SOMETHING DUMMY PRINT]
          > Gadget APK: [gadget_apk_path]
          $ adb install [gadget_apk_path]
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
