Add imhex patterns
This commit is contained in:
parent
853e09517f
commit
786b180b09
2 changed files with 37 additions and 0 deletions
8
ingested_header_only.hexpat
Normal file
8
ingested_header_only.hexpat
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#pragma endian little
|
||||
|
||||
struct Data {
|
||||
u32 pages_count;
|
||||
u32 links_count;
|
||||
};
|
||||
|
||||
Data data @ 0 [[inline]];
|
||||
Loading…
Add table
Add a link
Reference in a new issue