You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want something with multiple conditions, like gnu file has.
Maybe something like:
magic:
- "0000: = D4 76 8E 4B"# equals
- "0004: > be:u32 1000" # and is greater than
- "0000: ! be:u32 1234"# not equal
- "0004: < le:u32 1500"# and is less than
Also wanted:
minsize: 123 # file size must be at least 123 bytes
The text was updated successfully, but these errors were encountered:
Current impl is limiting:
We want something with multiple conditions, like gnu file has.
Maybe something like:
Also wanted:
The text was updated successfully, but these errors were encountered: