5 مستودعات
Reconstructs source code by translating compiled binary instructions back into readable high-level language statements.
Distinct from Binary-to-Source Mapping: Distinct from Binary-to-Source Mapping: focuses on the full reconstruction of source code logic from binaries, not just mapping offsets for debugging.
Explore 5 awesome GitHub repositories matching development tools & productivity · Binary-to-Source Porting. Refine with filters or upvote what's useful.
LLM4Decompile هو مجموعة أدوات وإطار عمل لترجمة الكود الثنائي إلى كود مصدري. يستخدم نماذج لغوية كبيرة لتحويل كود الآلة إلى كود مصدري قابل للقراءة واستعادة المنطق الأصلي للملفات التنفيذية المجمعة. يتضمن المشروع خط أنابيب متخصصاً لتوليد مجموعات بيانات تدريب اصطناعية عن طريق تحويل الكود المصدري إلى أزواج تجميع (assembly). يوفر إطار عمل للضبط الدقيق لتحسين نماذج التعلم العميق على مجموعات البيانات الثنائية إلى المصدرية هذه، مما يزيد من دقة استعادة الكود. يتميز النظام أيضاً بقدرات لتنقية الكود الزائف (pseudo-code) الذي تم فك تجميعه. تركز هذه العملية على استعادة الهيكل العظمي وأسماء المتغيرات للملف الثنائي لتحسين قابلية قراءة المنطق المفكك.
Reconstructs high-level source code logic by translating compiled binary instructions.
هذا المشروع عبارة عن مشروع إلغاء تجميع (decompilation) للألعاب يتكون من كود مصدر C مُعاد بناؤه والأنظمة المستخدمة لإعادة البناء الثنائي. يوفر نسخة قابلة للقراءة من قبل البشر من عنوان لعبة تجارية تم إنشاؤها من خلال التحليل الساكن والديناميكي لتسهيل الدراسة الفنية والتعديل. يستخدم المشروع بيئة بناء حاوية لضمان التجميع القابل للتكرار وإصدارات سلسلة الأدوات المتسقة عبر أنظمة تشغيل مضيفة مختلفة. يتضمن مُعيد بناء ثنائي للعبة يترجم كود الآلة الأصلي إلى كود مصدر ونظاماً لتجميع قاعدة الكود في ملفات ثنائية إقليمية ومحددة للمنصة. تغطي سلسلة الأدوات خطوط أنابيب التجميع المتقاطع وإدارة متغيرات البناء، باستخدام سلسلة أدوات GCC محددة لاستهداف بنيات عتادية تختلف عن المضيف. تشمل القدرات الإضافية توليد الوثائق الفنية القائمة على البيانات الوصفية وأغلفة حاويات تفاعلية للتحليل اليدوي وتصحيح الأخطاء.
Implements a system to translate original machine code binaries back into readable C source code.
wxappUnpacker هي أداة لاستعادة مصدر البرامج المصغرة ومفكك تجميع مصمم لاستخراج واستعادة الكود المصدري من حزم WeChat المصغرة المجمعة. تعمل كأداة متخصصة لفك وتفكيك ملفات WXML المضغوطة لاسترجاع منطق التطبيق الأصلي. تركز الأداة على استعادة الكود المصدري للواجهة الأمامية والهندسة العكسية. تقوم باستعادة ملفات WXML و JavaScript القابلة للقراءة من الأصول المجمعة للسماح بتحليل هياكل التطبيق الداخلية ووظائفه. تتضمن عملية الاستعادة تحليل الكود الساكن، واستخراج الأصول بشكل متكرر، وإعادة بناء الكود بناءً على القوالب. تستخدم تعيين البايت كود إلى المصدر وفك الضغط القائم على الأنماط لترجمة التعليمات الثنائية المجمعة مرة أخرى إلى كود مصدري قابل للقراءة.
Implements the full reconstruction of high-level source code logic from compiled binary instructions.
SpaceCadetPinball is a reverse-engineered, cross-platform port of the classic 3D Pinball - Space Cadet game, rebuilt from the original binary without access to its source code. It functions as an asset-driven pinball emulator that loads the original game data files to recreate the authentic visual and audio experience on modern hardware, preserving the legacy title through binary-to-source porting and reverse engineering. The project distinguishes itself by reconstructing the game's logic through runtime analysis of the original compiled instructions, translating them back into readable C++ c
Reconstructs game logic by translating compiled binary instructions back into readable C++ source code.
Apkstudio is a reverse engineering integrated development environment designed for decompiling, modifying, and recompiling Android application packages. It provides a specialized suite for transforming binary files into readable source code and bundling them back into installable application archives. The project features a framework integration system that imports manufacturer-specific files to ensure accurate decompilation of vendor-modified applications. It includes a dedicated editor for Smali, Java, and XML files with syntax highlighting, as well as a hex editor for the direct modificati
Provides the full reconstruction of Android binary instructions back into readable Smali and Java source code.