معرفی شرکت ها


frida-gadget-1.0.3


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Frida gadget into an APK
ویژگی مقدار
سیستم عامل -
نام فایل frida-gadget-1.0.3
نام frida-gadget
نسخه کتابخانه 1.0.3
نگهدارنده []
ایمیل نگهدارنده []
نویسنده ksg97031
ایمیل نویسنده ksg97031@gmail.com
آدرس صفحه اصلی https://github.com/ksg97031/frida-gadget
آدرس اینترنتی https://pypi.org/project/frida-gadget/
مجوز -
frida-gadget ============ |Docker| |Coverage-Status| |Branch-Coverage-Status| |Codacy-Grade| |Libraries-Rank| | ``frida-gadget`` is a APK patcher for `frida gadget <https://frida.re/docs/gadget/>`__. | I hope this will help you to patch APK when you want to utilize the Frida gadget. Installation ------------ |Py-Versions| |Frida-Version| |PyPI-Downloads| |Libraries-Dependents| .. code:: sh pip install frida-gadget Prerequirement ---------------- | You should install the Apktool and set the PATH environment variable. (`Install apktool <https://ibotpeaches.github.io/Apktool/install/>`_) | .. code:: sh brew install apktool Usage ------------ .. code:: sh $ frida-gadget --help Usage: frida-gadget [OPTIONS] APK_PATH Options: --arch TEXT Support [arm, arm64, x86] --help Show this message and exit. Example ~~~~~~~ .. code:: sh $ frida-gadget /Users/ksg/demo.apk --arch arm64 [INFO] APK: '/Users/ksg/demo.apk' [INFO] Gadget Architecture(--arch): 'arm64' [DEBUG] Decompiling the target APK using apktool [DEBUG] Checking the internet, extractNativeLibs settings [DEBUG] Searching the main activity from smali files [DEBUG] Main activity founded at '/Users/ksg/demo/smali/com/google/mediapipe/apps/handtrackinggpu/MainActivity.smali' [DEBUG] Finding the onCreate method and inject loadLibrary code [DEBUG] Recompiling the new APK using apktool [INFO] Gadget APK: /Users/ksg/demo/dist/handtrackinggpu.apk [INFO] All done $ ls /Users/ksg/demo/dist/handtrackinggpu.apk /Users/ksg/demo/dist/handtrackinggpu.apk $ unzip -l /Users/ksg/demo/dist/handtrackinggpu.apk | grep libfrida-gadget 21133848 09-15-2021 02:28 lib/arm64-v8a/libfrida-gadget-15.1.1-android-arm64.so loadLibrary code will be injected ******************************************** .. image:: https://github.com/ksg97031/frida-gadget/blob/patch-frida-15.1.1/images/decompile.png :width: 600 Easy to re-sign your app by ``apk-signer`` ******************************************** .. code:: sh $ apk-signer /Users/ksg/demo/dist/handtrackinggpu.apk [Warning] Signing with default keystore. [Warning] Please pass --key_path, --key_alias, --key_pass, --ks_pass parameter, if you want to use your keystore /Users/ksg/demo/dist/handtrackinggpu-signed.apk $ adb install /Users/ksg/demo/dist/handtrackinggpu-signed.apk Similar Projects ----------------- | https://github.com/sensepost/objection | https://github.com/NickstaDB/patch-apk .. |Coverage-Status| image:: https://img.shields.io/coveralls/github/ksg97031/frida-gadget/master?logo=coveralls :target: https://coveralls.io/github/ksg97031/frida-gadget .. |Branch-Coverage-Status| image:: https://codecov.io/gh/ksg97031/frida-gadget/branch/master/graph/badge.svg :target: https://codecov.io/gh/ksg97031/frida-gadget .. |Codacy-Grade| image:: https://app.codacy.com/project/badge/Grade/3f965571598f44549c7818f29cdcf177 :target: https://www.codacy.com/gh/ksg97031/frida-gadget/dashboard .. |CII Best Practices| image:: https://bestpractices.coreinfrastructure.org/projects/3264/badge :target: https://bestpractices.coreinfrastructure.org/projects/3264 .. |GitHub-Status| image:: https://img.shields.io/github/tag/ksg97031/frida-gadget.svg?maxAge=86400&logo=github&logoColor=white :target: https://github.com/ksg97031/frida-gadget/releases .. |GitHub-Forks| image:: https://img.shields.io/github/forks/ksg97031/frida-gadget.svg?logo=github&logoColor=white :target: https://github.com/ksg97031/frida-gadget/network .. |GitHub-Stars| image:: https://img.shields.io/github/stars/ksg97031/frida-gadget.svg?logo=github&logoColor=white :target: https://github.com/ksg97031/frida-gadget/stargazers .. |GitHub-Commits| image:: https://img.shields.io/github/commit-activity/y/ksg97031/frida-gadget.svg?logo=git&logoColor=white :target: https://github.com/ksg97031/frida-gadget/graphs/commit-activity .. |GitHub-Issues| image:: https://img.shields.io/github/issues-closed/ksg97031/frida-gadget.svg?logo=github&logoColor=white :target: https://github.com/ksg97031/frida-gadget/issues?q= .. |GitHub-PRs| image:: https://img.shields.io/github/issues-pr-closed/ksg97031/frida-gadget.svg?logo=github&logoColor=white :target: https://github.com/ksg97031/frida-gadget/pulls .. |GitHub-Contributions| image:: https://img.shields.io/github/contributors/ksg97031/frida-gadget.svg?logo=github&logoColor=white :target: https://github.com/ksg97031/frida-gadget/graphs/contributors .. |GitHub-Updated| image:: https://img.shields.io/github/last-commit/ksg97031/frida-gadget/master.svg?logo=github&logoColor=white&label=pushed :target: https://github.com/ksg97031/frida-gadget/pulse .. |Gift-Casper| image:: https://img.shields.io/badge/dynamic/json.svg?color=ff69b4&label=gifts%20received&prefix=%C2%A3&query=%24..sum&url=https%3A%2F%2Fcaspersci.uk.to%2Fgifts.json :target: https://cdcl.ml/sponsor .. |PyPI-Downloads| image:: https://img.shields.io/pypi/dm/frida-gadget?label=pypi%20downloads&logo=PyPI&logoColor=white :target: https://pepy.tech/project/frida-gadget .. |Py-Versions| image:: https://img.shields.io/pypi/pyversions/frida-gadget :target: https://pypi.org/project/frida-gadget .. |Conda-Forge-Status| image:: https://img.shields.io/conda/v/conda-forge/frida-gadget.svg?label=conda-forge&logo=conda-forge :target: https://anaconda.org/conda-forge/frida-gadget .. |Docker| image:: https://img.shields.io/badge/docker-pull-blue.svg?logo=docker&logoColor=white :target: https://hub.docker.com/r/ksg97031/frida-gadget .. |Libraries-Rank| image:: https://img.shields.io/librariesio/sourcerank/pypi/frida-gadget.svg?logo=koding&logoColor=white :target: https://libraries.io/pypi/frida-gadget .. |Libraries-Dependents| image:: https://img.shields.io/librariesio/dependent-repos/pypi/frida-gadget.svg?logo=koding&logoColor=white :target: https://github.com/ksg97031/frida-gadget/network/dependents .. |Frida-Version| image:: https://img.shields.io/badge/frida-15.1.1-blueviolet :target: https://github.com/frida/frida/releases/tag/15.1.1 .. |OpenHub-Status| image:: https://www.openhub.net/p/frida-gadget/widgets/project_thin_badge?format=gif :target: https://www.openhub.net/p/frida-gadget?ref=Thin+badge .. |awesome-python| image:: https://awesome.re/mentioned-badge.svg :target: https://github.com/vinta/awesome-python .. |LICENCE| image:: https://img.shields.io/pypi/l/frida-gadget.svg :target: https://raw.githubusercontent.com/ksg97031/frida-gadget/master/LICENCE .. |DOI| image:: https://img.shields.io/badge/DOI-10.5281/zenodo.595120-blue.svg :target: https://doi.org/10.5281/zenodo.595120 .. |binder-demo| image:: https://mybinder.org/badge_logo.svg :target: https://mybinder.org/v2/gh/ksg97031/frida-gadget/master?filepath=DEMO.ipynb


زبان مورد نیاز

مقدار نام
>=3.5.3 Python


نحوه نصب


نصب پکیج whl frida-gadget-1.0.3:

    pip install frida-gadget-1.0.3.whl


نصب پکیج tar.gz frida-gadget-1.0.3:

    pip install frida-gadget-1.0.3.tar.gz