Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

WerWolv/PatternLanguage

Repository files navigation

Pattern Language

Unit Tests

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

Documentation

Examples

fn main() {
 std::print("Hello World");
}
enum Type : u16 {
 A = 0x50,
 B,
 C
};
struct MyStruct {
 Type type;
 u32 x, y, z;
 padding[10];
 double a;
};
MyStruct myStruct @ 0x100;

Standard Library

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

About

The Pattern Language used by the ImHex Hex Editor

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

Contributors 29

AltStyle によって変換されたページ (->オリジナル) /