mirror of
https://github.com/WerWolv/ImHex-Patterns.git
synced 2026-03-27 23:37:04 -05:00
patterns/pe: Fix BaseRelocationBlock count inside BaseRelocationTable (#212)
This commit is contained in:
@@ -921,7 +921,7 @@ bitfield BaseRelocationWord {
|
||||
struct BaseRelocationBlock {
|
||||
u32 pageRVA;
|
||||
u32 blockSize;
|
||||
BaseRelocationWord word;
|
||||
BaseRelocationWord word[while($ < addressof(this) + this.blockSize)] [[inline]];
|
||||
};
|
||||
|
||||
struct BaseRelocationTable {
|
||||
|
||||
Reference in New Issue
Block a user