RK-Pairip


NameRK-Pairip JSON
Version 1.0 PyPI version JSON
download
home_pagehttps://github.com/Technoindian/RK_Pairip
SummaryRecover String & Rebuild Apk
upload_time2024-11-21 17:49:26
maintainerNone
docs_urlNone
authorRK_TECHNO_INDIA
requires_python>=3.12
licenseMIT
keywords rkpairip
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="center">
<a href="https://t.me/rktechnoindians"><img title="Made in INDIA" src="https://img.shields.io/badge/MADE%20IN-INDIA-SCRIPT?colorA=%23ff8100&colorB=%23017e40&colorC=%23ff0000&style=for-the-badge"></a>
</p>

<a name="readme-top"></a>


# RK_Pairip


<p align="center"> 
<a href="https://t.me/rktechnoindians"><img src="https://readme-typing-svg.herokuapp.com?font=Fira+Code&weight=800&size=35&pause=1000&color=F74848&center=true&vCenter=true&random=false&width=435&lines=RK_Pairip" /></a>
 </p>

Install
-------

**RK_Pairip Method 1**

    python3 -m pip install RK_Pairip

**RK_Pairip Method 2**

    curl -L -o RKPairip.sh https://github.com/TechnoIndian/setup/releases/download/RKPairip/RKPairip.sh && ./RKPairip.sh

**RK_Pairip Method 3**

    pkg install python git && pip install git+https://github.com/TechnoIndian/RK_Pairip.git


Usage
-----

**RK_Pairip**

**Mode -i ➸ Default APKEditor (Input Your Apk Path)**

    RKPairip -i YourApkPath.apk

**Mode -a ➸ Decompile With ApkTool**

    RKPairip -i YourApkPath.apk -a

**Mode -d ➸ Delete SignatureCheck & LicenseClientV3 .smali (Default Is Set, Just Bypass)**

    RKPairip -i YourApkPath.apk -d
    
`For ApkTool`

    RKPairip -i YourApkPath.apk -a -d

**Mode -s ➸ Merge Skip (Do U Want Last Dex Add Seprate)**

    RKPairip -i YourApkPath.apk -s
    
`For ApkTool`

    RKPairip -i YourApkPath.apk -a -s
    
**Mode -r ➸ Pairip Dex Fix ( Try After Translate String to MT )**

    RKPairip -i YourApkPath.apk -r

**Mode -m ➸ Anti-Split ( Only Merge Apk )**

    RKPairip -m YourApkPath.apk
    
**Mode -m ➸ Show Instructions & Credits**

    RKPairip -c

Fix Dex Regex
-------------

**Some time Not works Script -r (Repair_Dex) Flag, Because Script Delete Pairip Classes Folder ,When some time important classes here in pairip folder so manually use Regex & Don't Delete Pairip Folder when in here important classes**


**Patch 1**

`regex`

    # direct methods\n.method public static )appkiller\(\)V([\s\S]*?.end method)[\w\W]*
    
`Replace`

    $1constructor <clinit>()V$2

**Patch 2**

`regex`

    sget-object.*\s+.*const-string v1,(.*\s+).*.line.*\n+.+.*\n.*invoke-static \{v0\}, LRK_TECHNO_INDIA/ObjectLogger;->logstring\(Ljava/lang/Object;\)V
    
`Replace`

    const-string v0,$1

**Patch 3**

`regex`

    invoke-static \{\}, .*;->callobjects\(\)V\n
    
`Replace`

    # Nothing(Means Empty) 

**Patch 4**

`regex`

    (\.method public.*onReceive\(Landroid/content/Context;Landroid/content/Intent;\)V\n\s+\.(.+) \d+\n\s+)[^>]*const-string/jumbo([\s\S]*?)(\s+return-void\n.end method)
    
`Replace`

    $1$4


**Patch 5**

`Search 1st without regex`

    pairip
    
`Search regex in Current Results`

    .*pairip/(?!licensecheck).*

`Replace`

    # Nothing(Means Empty) 


Updating
--------

    python3 -m pip install --upgrade RK_Pairip


Note
----

## 🇮🇳 Welcome By Techno India 🇮🇳

[![Telegram](https://img.shields.io/badge/TELEGRAM-CHANNEL-red?style=for-the-badge&logo=telegram)](https://t.me/rktechnoindians)
  </a><p>
[![Telegram](https://img.shields.io/badge/TELEGRAM-OWNER-red?style=for-the-badge&logo=telegram)](https://t.me/RK_TECHNO_INDIA)
</p>

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Technoindian/RK_Pairip",
    "name": "RK-Pairip",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": null,
    "keywords": "RKPairip",
    "author": "RK_TECHNO_INDIA",
    "author_email": "TechnoIndia555@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/f9/4f/550ec7bee331c81964182c595b3a962ce7866ad480e49348c8b12cdea1c7/rk_pairip-1.0.tar.gz",
    "platform": null,
    "description": "<p align=\"center\">\n<a href=\"https://t.me/rktechnoindians\"><img title=\"Made in INDIA\" src=\"https://img.shields.io/badge/MADE%20IN-INDIA-SCRIPT?colorA=%23ff8100&colorB=%23017e40&colorC=%23ff0000&style=for-the-badge\"></a>\n</p>\n\n<a name=\"readme-top\"></a>\n\n\n# RK_Pairip\n\n\n<p align=\"center\"> \n<a href=\"https://t.me/rktechnoindians\"><img src=\"https://readme-typing-svg.herokuapp.com?font=Fira+Code&weight=800&size=35&pause=1000&color=F74848&center=true&vCenter=true&random=false&width=435&lines=RK_Pairip\" /></a>\n </p>\n\nInstall\n-------\n\n**RK_Pairip Method 1**\n\n    python3 -m pip install RK_Pairip\n\n**RK_Pairip Method 2**\n\n    curl -L -o RKPairip.sh https://github.com/TechnoIndian/setup/releases/download/RKPairip/RKPairip.sh && ./RKPairip.sh\n\n**RK_Pairip Method 3**\n\n    pkg install python git && pip install git+https://github.com/TechnoIndian/RK_Pairip.git\n\n\nUsage\n-----\n\n**RK_Pairip**\n\n**Mode -i \u27b8 Default APKEditor (Input Your Apk Path)**\n\n    RKPairip -i YourApkPath.apk\n\n**Mode -a \u27b8 Decompile With ApkTool**\n\n    RKPairip -i YourApkPath.apk -a\n\n**Mode -d \u27b8 Delete SignatureCheck & LicenseClientV3 .smali (Default Is Set, Just Bypass)**\n\n    RKPairip -i YourApkPath.apk -d\n    \n`For ApkTool`\n\n    RKPairip -i YourApkPath.apk -a -d\n\n**Mode -s \u27b8 Merge Skip (Do U Want Last Dex Add Seprate)**\n\n    RKPairip -i YourApkPath.apk -s\n    \n`For ApkTool`\n\n    RKPairip -i YourApkPath.apk -a -s\n    \n**Mode -r \u27b8 Pairip Dex Fix ( Try After Translate String to MT )**\n\n    RKPairip -i YourApkPath.apk -r\n\n**Mode -m \u27b8 Anti-Split ( Only Merge Apk )**\n\n    RKPairip -m YourApkPath.apk\n    \n**Mode -m \u27b8 Show Instructions & Credits**\n\n    RKPairip -c\n\nFix Dex Regex\n-------------\n\n**Some time Not works Script -r (Repair_Dex) Flag, Because Script Delete Pairip Classes Folder ,When some time important classes here in pairip folder so manually use Regex & Don't Delete Pairip Folder when in here important classes**\n\n\n**Patch 1**\n\n`regex`\n\n    # direct methods\\n.method public static )appkiller\\(\\)V([\\s\\S]*?.end method)[\\w\\W]*\n    \n`Replace`\n\n    $1constructor <clinit>()V$2\n\n**Patch 2**\n\n`regex`\n\n    sget-object.*\\s+.*const-string v1,(.*\\s+).*.line.*\\n+.+.*\\n.*invoke-static \\{v0\\}, LRK_TECHNO_INDIA/ObjectLogger;->logstring\\(Ljava/lang/Object;\\)V\n    \n`Replace`\n\n    const-string v0,$1\n\n**Patch 3**\n\n`regex`\n\n    invoke-static \\{\\}, .*;->callobjects\\(\\)V\\n\n    \n`Replace`\n\n    # Nothing(Means Empty) \n\n**Patch 4**\n\n`regex`\n\n    (\\.method public.*onReceive\\(Landroid/content/Context;Landroid/content/Intent;\\)V\\n\\s+\\.(.+) \\d+\\n\\s+)[^>]*const-string/jumbo([\\s\\S]*?)(\\s+return-void\\n.end method)\n    \n`Replace`\n\n    $1$4\n\n\n**Patch 5**\n\n`Search 1st without regex`\n\n    pairip\n    \n`Search regex in Current Results`\n\n    .*pairip/(?!licensecheck).*\n\n`Replace`\n\n    # Nothing(Means Empty) \n\n\nUpdating\n--------\n\n    python3 -m pip install --upgrade RK_Pairip\n\n\nNote\n----\n\n## \ud83c\uddee\ud83c\uddf3 Welcome By Techno India \ud83c\uddee\ud83c\uddf3\n\n[![Telegram](https://img.shields.io/badge/TELEGRAM-CHANNEL-red?style=for-the-badge&logo=telegram)](https://t.me/rktechnoindians)\n  </a><p>\n[![Telegram](https://img.shields.io/badge/TELEGRAM-OWNER-red?style=for-the-badge&logo=telegram)](https://t.me/RK_TECHNO_INDIA)\n</p>\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Recover String & Rebuild Apk",
    "version": "1.0",
    "project_urls": {
        "Homepage": "https://github.com/Technoindian/RK_Pairip"
    },
    "split_keywords": [
        "rkpairip"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "06fadc9c9507dd22b75d86c09b705ce5ae7964ef694b7c1a9263678cc8a945b0",
                "md5": "8db027032448485eed8164172718a0ad",
                "sha256": "57b54a8b11d2b9a22d7dc892e4f37e60d15ae00e272679c2835455b160847cac"
            },
            "downloads": -1,
            "filename": "RK_Pairip-1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8db027032448485eed8164172718a0ad",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 318709,
            "upload_time": "2024-11-21T17:49:22",
            "upload_time_iso_8601": "2024-11-21T17:49:22.729927Z",
            "url": "https://files.pythonhosted.org/packages/06/fa/dc9c9507dd22b75d86c09b705ce5ae7964ef694b7c1a9263678cc8a945b0/RK_Pairip-1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f94f550ec7bee331c81964182c595b3a962ce7866ad480e49348c8b12cdea1c7",
                "md5": "5a17a79417bb898a3cacc5ec6fb492af",
                "sha256": "2893b2baa3a8ce75e239d7f25c534d34b3f576c1d5c60a1d55ec1734d949fd7f"
            },
            "downloads": -1,
            "filename": "rk_pairip-1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "5a17a79417bb898a3cacc5ec6fb492af",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 315686,
            "upload_time": "2024-11-21T17:49:26",
            "upload_time_iso_8601": "2024-11-21T17:49:26.259853Z",
            "url": "https://files.pythonhosted.org/packages/f9/4f/550ec7bee331c81964182c595b3a962ce7866ad480e49348c8b12cdea1c7/rk_pairip-1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-21 17:49:26",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Technoindian",
    "github_project": "RK_Pairip",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "rk-pairip"
}
        
Elapsed time: 0.44132s