awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
CalebFenton avatar

CalebFenton/simplify

0
View on GitHub↗
4,644 نجوم·454 تفرعات·Java·9 مشاهدات

Simplify

Simplify هو بيئة تجريبية (sandbox) لجهاز Android الافتراضي، ومتتبع لتنفيذ الـ bytecode، وإطار عمل للتحليل الساكن. يعمل كأداة لإزالة التشويش (deobfuscator) عن الـ Dalvik bytecode المصممة لاستعادة كود قابل للقراءة من الملفات الثنائية عبر محاكاة سلوك البرنامج دون الحاجة لجهاز فعلي.

يتميز المشروع باستخدام تحليل مخطط التنفيذ لحل استدعاءات الانعكاس (reflection) وتبسيط الكود المشوش من خلال نشر الثوابت وإزالة الكود الميت. ويستخدم محاكاة التنفيذ متعدد المسارات لتتبع جميع نتائج الفروع الشرطية الممكنة ورسم تدفق التعليمات لتحديد القيم الثابتة.

يغطي النظام نطاقاً واسعاً من قدرات التحليل، بما في ذلك تتبع انتشار الاستثناءات، وتصنيف الآثار الجانبية للطرق (methods)، ومحاكاة استدعاءات Java API. كما يوفر آليات لاعتراض تنفيذ الطرق عبر خطافات (hooks) مخصصة لمراقبة أو تجاوز حالات الجهاز الافتراضي.

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.

سجل النجوم

مخطط تاريخ النجوم لـ calebfenton/simplifyمخطط تاريخ النجوم لـ calebfenton/simplify

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

الأسئلة الشائعة

ما هي وظيفة calebfenton/simplify؟

Simplify هو بيئة تجريبية (sandbox) لجهاز Android الافتراضي، ومتتبع لتنفيذ الـ bytecode، وإطار عمل للتحليل الساكن. يعمل كأداة لإزالة التشويش (deobfuscator) عن الـ Dalvik bytecode المصممة لاستعادة كود قابل للقراءة من الملفات الثنائية عبر محاكاة سلوك البرنامج دون الحاجة لجهاز فعلي.

ما هي الميزات الرئيسية لـ calebfenton/simplify؟

الميزات الرئيسية لـ calebfenton/simplify هي: 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.

ما هي البدائل مفتوحة المصدر لـ calebfenton/simplify؟

تشمل البدائل مفتوحة المصدر لـ calebfenton/simplify: 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…

بدائل مفتوحة المصدر لـ Simplify

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Simplify.
  • charles2gan/gda-android-reversing-toolالصورة الرمزية لـ charles2gan

    charles2gan/GDA-android-reversing-Tool

    4,778عرض على 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
    عرض على GitHub↗4,778
  • androguard/androguardالصورة الرمزية لـ androguard

    androguard/androguard

    6,116عرض على GitHub↗

    Reverse engineering and pentesting for Android applications

    Python
    عرض على GitHub↗6,116
  • jesusfreke/smaliالصورة الرمزية لـ JesusFreke

    JesusFreke/smali

    6,627عرض على 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
    عرض على GitHub↗6,627
  • skylot/jadxالصورة الرمزية لـ skylot

    skylot/jadx

    49,088عرض على 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
    عرض على GitHub↗49,088
  • عرض جميع البدائل الـ 30 لـ Simplify→