patch-apk | Frida gadget into an APK , with support for app bundles | Security library

 by   NickstaDB Python Version: Current License: MIT

kandi X-RAY | patch-apk Summary

kandi X-RAY | patch-apk Summary

patch-apk is a Python library typically used in Security applications. patch-apk has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. However patch-apk build file is not available. You can download it from GitHub.

Wrapper to inject an Objection/Frida gadget into an APK, with support for app bundles/split APKs.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              patch-apk has a low active ecosystem.
              It has 175 star(s) with 32 fork(s). There are 10 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 3 open issues and 18 have been closed. On average issues are closed in 6 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of patch-apk is current.

            kandi-Quality Quality

              patch-apk has 0 bugs and 0 code smells.

            kandi-Security Security

              patch-apk has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              patch-apk code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              patch-apk is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              patch-apk releases are not available. You will need to build from source code and install.
              patch-apk has no build file. You will be need to create the build yourself to build the component from source.
              Installation instructions are not available. Examples and code snippets are available.
              patch-apk saves you 164 person hours of effort in developing the same functionality from scratch.
              It has 416 lines of code, 18 functions and 1 files.
              It has low code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi has reviewed patch-apk and discovered the below as its top functions. This is intended to give you an instant insight into patch-apk implemented functionality, and help decide if they suit your requirements.
            • Pull the target APK from the device
            • Disable APK splitting in an Android manifest
            • Copy files and directories from an APK to a base APK
            • Print a debug message
            • Returns the apktool version
            • Detect Proguard
            • Remove duplicate style entries
            • Combine multiple APKs into a single APK
            • Finds all public resources in split APKs
            • Attempts to enable user - installed certificates
            • Parse command line arguments
            • Get the stderr output
            • Run apktool
            • Verify that the Android device is available
            • Verify that the given package name matches the given search term
            • Parse the command line arguments
            • Get the APK path for a given package
            • Return the stderr output
            • Returns the object version
            Get all kandi verified functions for this library.

            patch-apk Key Features

            No Key Features are available at this moment for patch-apk.

            patch-apk Examples and Code Snippets

            packaging the patch
            mavendot img1Lines of Code : 8dot img1no licencesLicense : No License
            copy iconCopy
            
                        // path of patch
                     // name of patch
            
            
            
            ark {
               path = "arkHot"         // path of patch
               name = "patch.apk"      // name of patch
            }
            
              

            Community Discussions

            Trending Discussions on patch-apk

            QUESTION

            Android locale_config.xml Unbound Prefix Error
            Asked 2022-Mar-17 at 17:14

            I am currently pentesting an Android app. I decompiled the app without any issues and whenever I try to recompile it back, the apktool.jar throw Unbound Prefix Error from the locale_config.xml file. Checked the syntax and they're all okay. I don't have any clue on what's going on.

            ...

            ANSWER

            Answered 2022-Mar-17 at 17:14

            For pentesting purposes, you might want to just get rid of localeConfig.

            To do this with minimal changes:

            1. Comment out all the lines in locales_config.xml.
            2. Remove android:localeConfig="@xml/locales_config" attribute of the tag in AndroidManifest.xml.

            That should do it.

            Source https://stackoverflow.com/questions/71267862

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install patch-apk

            You can download it from GitHub.
            You can use patch-apk like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/NickstaDB/patch-apk.git

          • CLI

            gh repo clone NickstaDB/patch-apk

          • sshUrl

            git@github.com:NickstaDB/patch-apk.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Explore Related Topics

            Consider Popular Security Libraries

            Try Top Libraries by NickstaDB

            SerializationDumper

            by NickstaDBJava

            BaRMIe

            by NickstaDBJava

            DeserLab

            by NickstaDBJava

            SerialBrute

            by NickstaDBPython

            PoC

            by NickstaDBPython