awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंOpen-source alternativesSelf-hosted softwareब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंHow we rankप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comब्लॉग
श्रेणियाँ

6 रिपॉजिटरी

Awesome GitHub RepositoriesBinary Pattern Searching

Searching unstructured binary data and memory using regular expressions and keywords.

Distinct from Binary Data Processing: Shortlist candidates focus on data processing or vector search; this is about pattern-based searching in binary blobs

Explore 6 awesome GitHub repositories matching security & cryptography · Binary Pattern Searching. Refine with filters or upvote what's useful.

Awesome Binary Pattern Searching GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • wader/fqwader का अवतार

    wader/fq

    10,528GitHub पर देखें↗

    fq is a command-line binary data processor used for decoding, transforming, and analyzing raw byte streams and bit-level data into structured formats. It functions as a functional binary query engine that allows for filtering and mapping binary structures, as well as a converter that translates complex binary blobs and proprietary file formats into standard JSON, YAML, or XML. The tool distinguishes itself as a low-level bit manipulator capable of performing bit-level slicing, bitwise operations, and cryptographic hashing on raw files. It also serves as a network protocol analyzer with the ab

    Implements a declarative, functional query system for filtering and mapping decoded hierarchical binary structures.

    Go
    GitHub पर देखें↗10,528
  • longld/pedalongld का अवतार

    longld/peda

    6,130GitHub पर देखें↗

    Peda is a security tool suite and exploit development framework designed for binary analysis, debugger automation, and memory inspection. It functions as a set of Python scripts that extend a debugger to automate the analysis of compiled files and the inspection of process memory. The project provides specialized utilities for memory corruption research, including a payload generation utility for creating cyclic patterns to discover buffer overflows and a gadget finder to locate return-oriented programming sequences within binaries. It differentiates itself by offering a visualization tool th

    Searches process memory using regular expressions and allows modification of memory addresses.

    Python
    GitHub पर देखें↗6,130
  • hexfiend/hexfiendHexFiend का अवतार

    HexFiend/HexFiend

    5,859GitHub पर देखें↗

    HexFiend is a native macOS hex editor designed for opening and editing binary files of any size without loading them entirely into memory. It uses a 64-bit addressable data model with memory-mapped file access, enabling navigation of multi-gigabyte files while maintaining byte-level undo for insert and delete operations. The editor distinguishes itself through a diff algorithm for binary file comparison that accounts for insertions and deletions, and a template-based structure parsing system that uses user-defined scripts to visualize binary file layouts. It also includes a typed data interpr

    Finds byte patterns in large files with fast and responsive search.

    Objective-C
    GitHub पर देखें↗5,859
  • longsoft/uefitoolLongSoft का अवतार

    LongSoft/UEFITool

    5,533GitHub पर देखें↗

    UEFITool is a firmware analysis tool and image editor designed for parsing, visualizing, and modifying UEFI firmware images. It functions as a specification parser that converts binary firmware data into structured formats based on standard platform interface specifications. The tool provides a visual interface to analyze the tree structure and internal data elements of UEFI platform images. It allows for the modification of firmware images to adjust system boot environments and includes capabilities to search for specific data patterns within binary images. The software covers a range of fi

    Enables scanning of unstructured binary firmware data for specific byte sequences using patterns.

    C
    GitHub पर देखें↗5,533
  • ufrisk/memprocfsufrisk का अवतार

    ufrisk/MemProcFS

    4,202GitHub पर देखें↗

    MemProcFS is a volatile memory analysis tool and cross-platform memory acquisition system. It functions as a memory forensic virtual file system, mapping physical memory and kernel objects into a virtual directory structure that allows users to analyze system artifacts using standard file system tools. The project distinguishes itself by providing a virtual file system for memory forensics, enabling the browsing and querying of physical memory as read-only files and folders. It also incorporates a Yara-based memory scanner to identify malware signatures and injected code within physical memor

    Scans memory for specific binary patterns or signatures using regular expressions and YARA rules.

    C
    GitHub पर देखें↗4,202
  • velocidex/velociraptorVelocidex का अवतार

    Velocidex/velociraptor

    3,769GitHub पर देखें↗

    Velociraptor is a digital forensics and incident response platform, endpoint detection and response system, and visibility tool. It provides a query engine and remote forensic collector used to hunt for indicators of compromise and perform triage across a fleet of hosts. The system is distinguished by its specialized query language for interrogating host state and parsing binary files. It features a notebook environment that combines markdown documentation with executable query cells to standardize investigative workflows and enable collaborative reporting. The platform covers a wide range o

    Scans process memory and unstructured binary files for specific keywords and patterns to identify malware.

    Godigital-forensicsendpoint-discoveryendpoint-protection
    GitHub पर देखें↗3,769
  1. Home
  2. Security & Cryptography
  3. Binary Pattern Searching

सब-टैग एक्सप्लोर करें

  • Byte Pattern Search EnginesFast search for byte patterns in large binary files with responsive performance. **Distinct from Binary Pattern Searching:** Distinct from Binary Pattern Searching: focuses on fast search in large files rather than general pattern searching in memory.
  • Structured QueryingTools for filtering, mapping, and searching within decoded hierarchical binary structures using functional query languages. **Distinct from Binary Pattern Searching:** Distinct from Binary Pattern Searching: focuses on querying structured, decoded trees rather than raw unstructured binary blobs.