awesome-repositories.com
Blog
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
·
CalebFenton avatar

CalebFenton/simplify

0
View on GitHub↗
4,644 stele·454 fork-uri·Java·9 vizualizări

Simplify

Simplify este un sandbox de mașină virtuală Android, un trasor de execuție bytecode și un framework de analiză statică. Acesta servește drept deobfuscator de bytecode Dalvik, conceput pentru a recupera cod lizibil din binare prin simularea comportamentului programului fără a utiliza un dispozitiv fizic.

Proiectul se distinge prin utilizarea analizei grafului de execuție pentru a rezolva apelurile de reflexie și a simplifica codul obfuscated prin propagarea constantelor și eliminarea codului mort. Utilizează simularea execuției pe mai multe căi pentru a urmări toate rezultatele posibile ale ramurilor condiționale și mapează fluxul de instrucțiuni pentru a identifica valorile constante.

Sistemul acoperă o gamă largă de capabilități de analiză, inclusiv trasarea propagării excepțiilor, categorisirea efectelor secundare ale metodelor și simularea apelurilor API Java. De asemenea, oferă mecanisme pentru interceptarea execuțiilor metodelor prin hook-uri personalizate pentru a monitoriza sau suprascrie stările mașinii virtuale.

Features

  • Android VM Sandboxes - Implements a virtual machine environment that emulates Dalvik instructions to analyze program behavior without a physical device.
  • Android Application Reverse Engineering - Analyzes the structure and flow of Android applications by resolving reflected calls and mapping execution paths.
  • Diagnostic Execution Tracers - Tracks variable values and instruction flow to resolve reflected calls and constant values during execution.
  • Dalvik Bytecode Execution - Executes Dalvik bytecode within a virtual machine sandbox to generate execution graphs of register and class values.
  • Execution Flow Tracing - Generates a graph of instructions that tracks register states and ancestry to define the execution order.
  • Reflection Call Resolution - Identifies targets of reflected method and field lookups and replaces them with direct invocations.
  • Bytecode Emulators - Executes Android instructions in a controlled environment to analyze program behavior without a physical device.
  • Virtual Machine State Simulators - Runs specific pieces of Android code in a controlled environment to determine the values of registers and classes.
  • Deobfuscation Tools - Removes confusing or hidden code patterns from Android binaries to make the underlying logic readable.
  • Obfuscated Code Analysis - Analyzes execution graphs to perform constant propagation and dead code removal to improve bytecode readability.
  • Java Bytecode Deobfuscators - Simplifies obfuscated Android bytecode using execution graph analysis and dead code removal.
  • Multi-Path Execution Simulation - Tracks all possible outcomes of conditional branches when input arguments are unknown to produce a path graph.
  • Path-Based State Tracking - Simulates all possible conditional branch outcomes to generate a comprehensive graph of potential program execution paths.
  • Execution Graph Analysis - Maps instruction flow and register ancestry to identify constant values and remove unreachable dead code.
  • Static Analysis Frameworks - Provides a framework for simulating Java API calls and exception propagation to recover readable code from binaries.
  • Configurable Execution Sandboxes - Runs bytecode with configurable limits on call depth and instruction counts to prevent infinite loops.
  • Dynamic Class Generation - Creates realistic class objects for input bytecode files to support methods that operate on custom classes.
  • Exception Propagation Tracing - Simulates the throwing and bubbling of exceptions through the call stack to identify error handling paths.
  • Java Runtime Emulations - Executes safe Java methods using reflection to increase performance and ensure correct standard library behavior.
  • Reflection-Based API Bridging - Executes standard Java library methods via reflection to ensure behavioral correctness during virtual machine analysis.
  • Side-Effect Analysis - Categorizes instructions based on their impact on external state to determine if code can be safely removed or inlined.
  • Android - Simulates the execution of Android bytecode in a sandbox to understand malicious app behavior.
  • Loop Detection - Prevents infinite execution during simulation by applying configurable limits on instruction counts, call depth, and time.
  • Side-Effect Categorization - Classifies instructions by their impact on external state to determine if code can be safely inlined or deleted.
  • Android Obfuscation - Generic deobfuscator for Android applications.
  • Android Static Analysis Tools - Tool for de-obfuscating Android packages into dex files.
  • Reverse Engineering Tools - Generic Android deobfuscator for simplifying code.

Istoric stele

Graficul istoricului de stele pentru calebfenton/simplifyGraficul istoricului de stele pentru calebfenton/simplify

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

Întrebări frecvente

Ce face calebfenton/simplify?

Simplify este un sandbox de mașină virtuală Android, un trasor de execuție bytecode și un framework de analiză statică. Acesta servește drept deobfuscator de bytecode Dalvik, conceput pentru a recupera cod lizibil din binare prin simularea comportamentului programului fără a utiliza un dispozitiv fizic.

Care sunt principalele funcționalități ale calebfenton/simplify?

Principalele funcționalități ale calebfenton/simplify sunt: Android VM Sandboxes, Android Application Reverse Engineering, Diagnostic Execution Tracers, Dalvik Bytecode Execution, Execution Flow Tracing, Reflection Call Resolution, Bytecode Emulators, Virtual Machine State Simulators.

Care sunt câteva alternative open-source pentru calebfenton/simplify?

Alternativele open-source pentru calebfenton/simplify includ: charles2gan/gda-android-reversing-tool — This project is a comprehensive Android reverse engineering suite that functions as a decompiler, bytecode… androguard/androguard — Reverse engineering and pentesting for Android applications. jesusfreke/smali — Smali is a two-way binary translation toolset designed to convert Dalvik bytecode to human-readable assembly and back… skylot/jadx — Jadx is a comprehensive Java decompilation suite designed to transform compiled binary application files into readable… col-e/recaf — Recaf is a suite of specialized tools for assembling, editing, deobfuscating, decompiling, and instrumenting Java… apklab/apklab — APKLab is an integrated security analysis platform and reverse engineering IDE for Android applications. It provides a…

Alternative open-source pentru Simplify

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Simplify.
  • 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
  • androguard/androguardAvatar androguard

    androguard/androguard

    6,116Vezi pe GitHub↗

    Reverse engineering and pentesting for Android applications

    Python
    Vezi pe GitHub↗6,116
  • jesusfreke/smaliAvatar JesusFreke

    JesusFreke/smali

    6,627Vezi pe GitHub↗

    Smali is a two-way binary translation toolset designed to convert Dalvik bytecode to human-readable assembly and back again. It provides a mechanism for the disassembly and assembly of executable files used in virtual machine environments. The project enables the modification of compiled Android application logic by transforming binary files into editable assembly and rebuilding them. It is used for reverse engineering, malware analysis, and the study of low-level instructions to identify program behavior or security flaws. The toolkit covers binary construction through smali code assembly a

    Java
    Vezi pe GitHub↗6,627
  • skylot/jadxAvatar skylot

    skylot/jadx

    49,088Vezi pe GitHub↗

    Jadx is a comprehensive Java decompilation suite designed to transform compiled binary application files into readable source code. It functions as a static analysis workbench, providing a graphical interface for navigating, searching, and inspecting the internal logic of complex software packages. By utilizing a bytecode-to-Java pipeline, the project reconstructs high-level logical structures from low-level binary instructions, making it a primary tool for Android application reverse engineering. The project distinguishes itself through a sophisticated control flow reconstruction engine and

    Javaandroiddecompilerdex
    Vezi pe GitHub↗49,088
Vezi toate cele 30 alternative pentru Simplify→