awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repositorios

Awesome GitHub RepositoriesByte Literal Pattern Matching

Pattern matching on byte arrays using byte literal ranges and values for binary data processing.

Distinct from Binary Pattern Matching: Distinct from Binary Pattern Matching: focuses on language-level pattern matching with byte literals, not on searching for byte sequences in executables.

Explore 3 awesome GitHub repositories matching security & cryptography · Byte Literal Pattern Matching. Refine with filters or upvote what's useful.

Awesome Byte Literal Pattern Matching GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • rust-lang/rfcsAvatar de rust-lang

    rust-lang/rfcs

    6,406Ver en GitHub↗

    The Rust RFCs repository is the formal home for the Rust language evolution process, housing the structured design documents and community review mechanisms that govern changes to the Rust programming language, its compiler, and its standard library. It defines the complete lifecycle for proposing, discussing, and implementing substantial changes through RFC documents, from initial submission and community feedback through final comment periods and sub-team sign-offs. The repository codifies the governance and collaboration processes that shape Rust's development, including mechanisms for com

    Enables pattern matching on byte arrays using byte literal syntax in match expressions.

    Markdownrfcrfc-processrust
    Ver en GitHub↗6,406
  • yara-rules/rulesAvatar de Yara-Rules

    Yara-Rules/rules

    4,712Ver en GitHub↗

    This project is a community-curated repository of YARA rules used to detect malware, webshells, and other malicious patterns in files. It serves as a dataset of signatures for identifying known malware families, software packers, and threat intelligence indicators. The collection provides specialized detection capabilities for identifying exploit kits and anti-analysis evasion techniques, such as anti-debugging and anti-virtualization methods. It also includes signatures for cryptographic algorithm detection and the identification of unauthorized remote administration tools on servers. The r

    Uses byte literal ranges and values to match specific byte sequences within binary data and memory dumps.

    YARA
    Ver en GitHub↗4,712
  • hluwa/frida-dexdumpAvatar de hluwa

    hluwa/frida-dexdump

    4,487Ver en GitHub↗

    frida-dexdump is an Android memory forensics tool that recovers Dalvik Executable (DEX) files from running application processes using the Frida dynamic instrumentation framework. It functions as a Frida-based runtime analyzer and DEX memory dumper, capable of extracting obfuscated or packed DEX files without modifying the Android system. The tool distinguishes itself through its ability to repair corrupted or missing DEX file headers using heuristic analysis and fuzzy matching techniques. It employs fuzzy boundary detection to identify DEX file boundaries in memory even when headers are dama

    Scans process heap and mapped memory regions for Dalvik Executable magic bytes and structural markers using pattern-based search.

    Python
    Ver en GitHub↗4,487
  1. Home
  2. Security & Cryptography
  3. Binary Pattern Matching
  4. Byte Literal Pattern Matching

Explorar subetiquetas

  • DEX Magic Byte ScanningScans process heap and mapped memory regions for Dalvik Executable magic bytes and structural markers using pattern-based search. **Distinct from Byte Literal Pattern Matching:** Distinct from Byte Literal Pattern Matching: targets specific DEX magic bytes and structural markers in process memory, not general byte literal pattern matching.