I noticed that if I take a valid PE file without overlay and I remove a single byte from the end, the methods get_overlay() and get_overlay_data_start_offset won't return None but wrong values.
This can be extended to all the valid PE that have been eventually clipped.
Hello,
I noticed that if I take a valid PE file without overlay and I remove a single byte from the end, the methods
get_overlay()
andget_overlay_data_start_offset
won't return None but wrong values. This can be extended to all the valid PE that have been eventually clipped.