mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-06-16 17:12:23 -07:00
bugfix data directory range export
This commit is contained in:
committed by
Ryan Fleury
parent
f17ed8485d
commit
174c6ebb7d
+1
-1
@@ -567,7 +567,7 @@ pe_bin_info_from_data(Arena *arena, String8 data)
|
||||
}
|
||||
|
||||
// export directory range
|
||||
data_dir_range = rng_1u64(reported_data_dir_offset, reported_data_dir_offset + data_dir_count * sizeof(PE_DataDirectory));
|
||||
data_dir_range = rng_1u64(optional_range.min + reported_data_dir_offset, optional_range.min + reported_data_dir_offset + data_dir_count * sizeof(PE_DataDirectory));
|
||||
}
|
||||
|
||||
// rjf: extract tls header
|
||||
|
||||
Reference in New Issue
Block a user