A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/WerWolv/PatternLanguage/ below:

WerWolv/PatternLanguage: The Pattern Language used by the ImHex Hex Editor

This repository contains the source code for the Pattern Language used by the ImHex Hex Editor.

enum Type : u16 {
    A = 0x50,
    B,
    C
};

struct MyStruct {
    Type type;
    u32 x, y, z;
    padding[10];
    double a;
};

MyStruct myStruct @ 0x100;

The Pattern Language comes with its own standard library which can be found in the ImHex Pattern database


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4