mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-13 18:32:56 +00:00
Fix build
This commit is contained in:
parent
bbd597228e
commit
879e7f411f
@ -571,7 +571,7 @@ int PE_(bin_pe_get_actual_checksum)(struct PE_(r_bin_pe_obj_t) *bin) {
|
||||
int remaining_bytes;
|
||||
int shift;
|
||||
ut32 cur;
|
||||
if (!bin || !bin->nt_header_offset)
|
||||
if (!bin || !bin->nt_header_offset)
|
||||
return 0;
|
||||
buf = bin->b->buf;
|
||||
checksum_offset = bin->nt_header_offset + 4 + sizeof(PE_(image_file_header)) + 0x40;
|
||||
|
Loading…
x
Reference in New Issue
Block a user