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

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

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

2 مستودعات

Awesome GitHub RepositoriesBinary Data Carvers

Utilities that identify and extract data fragments from raw binary blobs.

Distinct from Binary Data Viewers: Distinct from Binary Data Viewers: carvers actively extract and save fragments into files rather than just visually inspecting data.

Explore 2 awesome GitHub repositories matching operating systems & systems programming · Binary Data Carvers. Refine with filters or upvote what's useful.

Awesome Binary Data Carvers GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • refirmlabs/binwalkالصورة الرمزية لـ ReFirmLabs

    ReFirmLabs/binwalk

    14,045عرض على GitHub↗

    Binwalk is a firmware analysis and reverse engineering tool designed to identify, extract, and analyze embedded files and data types within binary firmware blobs. It functions as a binary file signature scanner and entropy analyzer to decompose firmware images into their constituent components. The tool distinguishes itself by combining signature-based pattern matching for known binary headers with entropy analysis. By calculating data randomness across file offsets, it can locate compressed or encrypted sections that do not possess known signatures. The project covers binary data forensics

    Identifies and extracts data fragments from raw binary blobs using signature matching.

    Rust
    عرض على GitHub↗14,045
  • devttys0/binwalkالصورة الرمزية لـ devttys0

    devttys0/binwalk

    14,048عرض على GitHub↗

    Binwalk is a firmware analysis tool and binary data carver used to identify and extract embedded files and data segments from binary images. It functions as an embedded file extractor and data entropy analyzer to retrieve fragments from binary blobs when original file system structures are missing. The tool employs signature-based pattern matching and linear byte-stream scanning to detect known byte sequences and isolate hidden files. It uses sliding-window entropy analysis to locate regions of a file that are compressed or encrypted. The system supports recursive file carving, utilizing heu

    Provides a utility to retrieve files and data fragments from binary blobs by identifying boundaries.

    Rust
    عرض على GitHub↗14,048
  1. Home
  2. Operating Systems & Systems Programming
  3. Binary Data Carvers