awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Jermic avatar

Jermic/Android-Crack-Tool

0
View on GitHub↗
2,944 stele·393 fork-uri·3 vizualizări

Android Crack Tool

This project is a toolkit for reverse engineering, modifying, and re-signing Android application packages. It provides a suite of utilities designed to decompile compiled binary files into readable source code and translate low-level bytecode into formats suitable for human analysis.

The tool facilitates security auditing and research by allowing users to extract and interpret manifest metadata, decode Unicode sequences, and inspect internal application logic. Beyond analysis, it supports the modification of application packages, enabling users to rebuild and re-align files to optimize performance or adjust internal configurations.

To ensure that modified packages remain functional, the toolkit includes capabilities for cryptographic signature management. This allows users to apply valid digital signatures to rebuilt files, ensuring they meet the requirements for installation and execution on mobile devices.

Features

  • Android Reverse Engineering - Provides a comprehensive toolkit for analyzing compiled application bytecode and resources for research and security testing.
  • Bytecode Analysis Tools - Analyzes compiled binary bytecode to extract raw components and facilitate deep inspection of application logic.
  • Bytecode Decompilers - Transforms binary instruction sets into high-level programming language representations for human analysis.
  • Android Binary Decompilers - Translates compiled Android binary files into readable source code for deep inspection of application logic.
  • Android Packages - Extracts, edits, and rebuilds application files to customize functionality or perform security testing on mobile packages.
  • APK Signers - Applies cryptographic signatures to modified application files to ensure they remain installable and verifiable on mobile devices.
  • Android Package Signing - Applies valid digital signatures to rebuilt application packages to ensure they remain installable and executable on mobile devices.
  • Digital Signature Libraries - Applies cryptographic signatures to modified application packages to ensure they can be verified and installed on mobile devices.
  • Mobile Application Security - Decompiles and inspects application packages to identify potential vulnerabilities or hidden behaviors within the software structure.
  • Android App Rebuilding - Recompiles modified application files into a functional package after adjustments to source code or internal resources.
  • Android Performance Optimizations - Aligns and compresses application files to improve runtime efficiency and reduce the total installation size.
  • Android Resource Packing - Reassembles modified code and assets into a functional Android package while maintaining structural integrity.
  • Runtime Bytecode Inspections - Converts and inspects compiled application bytecode to identify hidden logic, obfuscated strings, and internal configuration details.
  • Signature Block Injection - Injects custom digital signatures into binary packages to ensure they remain valid and executable on mobile devices.
  • Android Manifest Parsing - Extracts and interprets structured configuration files to reveal internal application settings and security-relevant package information.

Istoric stele

Graficul istoricului de stele pentru jermic/android-crack-toolGraficul istoricului de stele pentru jermic/android-crack-tool

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Colecții curatoriate care includ Android Crack Tool

Colecții selectate manual în care apare Android Crack Tool.
  • Android patchers

Alternative open-source pentru Android Crack Tool

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Android Crack Tool.
  • ibotpeaches/apktoolAvatar iBotPeaches

    iBotPeaches/Apktool

    24,788Vezi pe GitHub↗

    Apktool is an Android APK reverse engineering tool designed to decode application packages into human-readable form and rebuild them after modification. It functions as a Dalvik bytecode disassembler and a resource decoder, transforming binary Android XML and DEX files into editable text and Smali representation. The project serves as an application rebuilder, packing modified resources and Smali code back into a functional Android application package. This capability enables the modification of application logic and resources for testing and deployment. The tool covers a broad surface of an

    Java
    Vezi pe GitHub↗24,788
  • charles2gan/gda-android-reversing-toolAvatar charles2gan

    charles2gan/GDA-android-reversing-Tool

    4,778Vezi pe GitHub↗

    This project is a comprehensive Android reverse engineering suite that functions as a decompiler, bytecode deobfuscator, and malware analysis tool. It is designed to convert APK, DEX, and OAT binaries into human-readable source code using a native implementation that does not require a Java Virtual Machine. The platform is distinguished by its integration with Frida for dynamic analysis, allowing users to hook methods, inject custom JavaScript, and dump device memory in real time. It also features specialized security engines, including a taint propagation engine and a stack-state machine, to

    Pythondecompilermalware-analysismobile-security
    Vezi pe GitHub↗4,778
  • jetbrains/fernflowerAvatar JetBrains

    JetBrains/fernflower

    4,169Vezi pe GitHub↗

    Fernflower is a Java bytecode decompiler designed to convert compiled Java class files back into human-readable source code. It functions as a bytecode analysis tool that recovers original program logic and structure from compiled binaries. The project includes capabilities for obfuscated identifier resolution to rename ambiguous member elements, ensuring clear identifiers in the resulting source. These features support the analysis of obfuscated code, legacy code recovery, and Java malware analysis for security auditing. The system utilizes a structural analysis pipeline that includes contr

    Javadecompilerjavareverse-engineering
    Vezi pe GitHub↗4,169
  • jindrapetrik/jpexs-decompilerAvatar jindrapetrik

    jindrapetrik/jpexs-decompiler

    5,404Vezi pe GitHub↗

    JPEX Software is a comprehensive reverse engineering suite for SWF binary files, serving as an ActionScript decompiler and editor. It provides a toolkit for decompiling, analyzing, and modifying the internal structure of compiled Flash content, including the extraction of scripts and media assets. The project is distinguished by its ability to perform direct binary modification, allowing users to edit bytecode and replace embedded resources without reverting to high-level source code. It includes a runtime ActionScript bytecode debugger for variable inspection and call stack analysis, as well

    Javadecompilereditorflash
    Vezi pe GitHub↗5,404
Vezi toate cele 30 alternative pentru Android Crack Tool→

Întrebări frecvente

Ce face jermic/android-crack-tool?

This project is a toolkit for reverse engineering, modifying, and re-signing Android application packages. It provides a suite of utilities designed to decompile compiled binary files into readable source code and translate low-level bytecode into formats suitable for human analysis.

Care sunt principalele funcționalități ale jermic/android-crack-tool?

Principalele funcționalități ale jermic/android-crack-tool sunt: Android Reverse Engineering, Bytecode Analysis Tools, Bytecode Decompilers, Android Binary Decompilers, Android Packages, APK Signers, Android Package Signing, Digital Signature Libraries.

Care sunt câteva alternative open-source pentru jermic/android-crack-tool?

Alternativele open-source pentru jermic/android-crack-tool includ: ibotpeaches/apktool — Apktool is an Android APK reverse engineering tool designed to decode application packages into human-readable form… charles2gan/gda-android-reversing-tool — This project is a comprehensive Android reverse engineering suite that functions as a decompiler, bytecode… jetbrains/fernflower — Fernflower is a Java bytecode decompiler designed to convert compiled Java class files back into human-readable source… jindrapetrik/jpexs-decompiler — JPEX Software is a comprehensive reverse engineering suite for SWF binary files, serving as an ActionScript decompiler… ax/apk.sh — apk.sh is a mobile application patching framework and reverse engineering tool designed to inject custom… apklab/apklab — APKLab is an integrated security analysis platform and reverse engineering IDE for Android applications. It provides a…