diff options
author | midipix <writeonce@midipix.org> | 2025-06-16 02:30:55 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2025-06-16 02:30:55 +0000 |
commit | 4fdb69d556f1a7c0c868c0197ff8b41c8d399486 (patch) | |
tree | cfcb5171fe967163550e64edcaba4164e0455d57 /src/internal | |
parent | e247b34cbfe30966858ac069f01cf17fc5b0ce91 (diff) | |
download | mdso-main.tar.bz2 mdso-main.tar.xz |
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/perk/perk_structs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/internal/perk/perk_structs.h b/src/internal/perk/perk_structs.h index 4497758..8d1d27d 100644 --- a/src/internal/perk/perk_structs.h +++ b/src/internal/perk/perk_structs.h @@ -343,7 +343,7 @@ struct pe_raw_coff_reloc { }; -struct pe_raw_base_reloc_block { +struct pe_raw_base_reloc_blk { unsigned char blk_rva [0x04]; /* 0x00 */ unsigned char blk_size [0x04]; /* 0x04 */ unsigned char blk_data[] [0x02]; /* 0x08 */ |