Skip to content

Commit

Permalink
fix: typehint Version field in ClrMetaDataStruct as bytes
Browse files Browse the repository at this point in the history
  • Loading branch information
maxzhenzhera authored and malwarefrank committed Nov 14, 2024
1 parent b7dd509 commit 7d3b62d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dnfile/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ class ClrMetaDataStruct(Structure):
MinorVersion: int
Reserved: int
VersionLength: int
Version: int
Version: bytes
Flags: int
NumberOfStreams: int

Expand Down

0 comments on commit 7d3b62d

Please sign in to comment.