Skip to content

Commit

Permalink
patterns: Add system use in directory records for iso
Browse files Browse the repository at this point in the history
  • Loading branch information
xZise committed Jan 22, 2025
1 parent bf02423 commit 66cee79
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions patterns/iso.hexpat
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ struct DirectoryRecord {
u8 fileNameLen;
char fileName[fileNameLen];
padding[$ % 2];
u8 remainingSize = $ - addressof(this);
if (recordSize > remainingSize) {
u8 systemUse[recordSize - remainingSize];
}
};

fn GetSupplementaryEncoding() {
Expand Down

0 comments on commit 66cee79

Please sign in to comment.