mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-05 05:18:40 +00:00
rdi checksum kinds, rdim checksums, pull parsed checksum kinds/values from cv, fill out rdim checksums (still haven't put into rdi itself yet)
This commit is contained in:
@@ -534,6 +534,29 @@ RDI_BinarySectionMemberTable:
|
||||
@expand(RDI_BinarySectionMemberTable a) `$(a.type) $(a.name)`
|
||||
}
|
||||
|
||||
////////////////////////////////
|
||||
//~ rjf: Checksum Type Tables
|
||||
|
||||
@table(name value)
|
||||
RDI_ChecksumKindTable:
|
||||
{
|
||||
{Null 0}
|
||||
{MD5 1}
|
||||
{SHA1 2}
|
||||
{SHA256 3}
|
||||
{Timestamp 4}
|
||||
}
|
||||
|
||||
@enum(RDI_U16) RDI_ChecksumKind:
|
||||
{
|
||||
@expand(RDI_ChecksumKindTable a) `$(a.name .. =>10) = $(a.value)`
|
||||
}
|
||||
|
||||
@xlist RDI_ChecksumKind_XList:
|
||||
{
|
||||
@expand(RDI_ChecksumKindTable a) `$(a.name)`;
|
||||
}
|
||||
|
||||
////////////////////////////////
|
||||
//~ rjf: File Path Tree Info Type Tables
|
||||
|
||||
|
||||
Reference in New Issue
Block a user