mirror of
https://github.com/QuasarApp/pe-parse.git
synced 2025-04-27 21:04:31 +00:00
parent
d822731466
commit
684156c51c
@ -217,7 +217,7 @@ bool parse_resource_table(bounded_buffer *sectionData, ::uint32_t o, ::uint32_t
|
|||||||
READ_DWORD(sectionData, rde->RVA, rdat, codepage);
|
READ_DWORD(sectionData, rde->RVA, rdat, codepage);
|
||||||
READ_DWORD(sectionData, rde->RVA, rdat, reserved);
|
READ_DWORD(sectionData, rde->RVA, rdat, reserved);
|
||||||
|
|
||||||
resource rsrc = {0};
|
resource rsrc = {};
|
||||||
|
|
||||||
rsrc.type_str = rde->type_str;
|
rsrc.type_str = rde->type_str;
|
||||||
rsrc.name_str = rde->name_str;
|
rsrc.name_str = rde->name_str;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user