patterns/pe: Fix BaseRelocationBlock count inside BaseRelocationTable (#212)

This commit is contained in:
g4ngli0s
2023-12-28 18:31:53 +01:00
committed by GitHub
parent 5942897c29
commit 0a631f0c1f

View File

@@ -921,7 +921,7 @@ bitfield BaseRelocationWord {
struct BaseRelocationBlock {
u32 pageRVA;
u32 blockSize;
BaseRelocationWord word;
BaseRelocationWord word[while($ < addressof(this) + this.blockSize)] [[inline]];
};
struct BaseRelocationTable {