pe_tools icon indicating copy to clipboard operation
pe_tools copied to clipboard

A cross-platform Python toolkit for parsing/writing PE files.

Results 4 pe_tools issues
Sort by recently updated
recently updated
newest added

In the version info parser ([this line](https://github.com/avast/pe_tools/blob/master/pe_tools/version_info.py#L235)), it seems that it is not possible for a file to have the last number on the version be anything other than zero,...

The message is `the resource section is not resizable`.

When I call parse_resource() on https://www.flash.cn/cdm/latest/flashplayerpp_install_cn.exe, raise RuntimeError('resource is outside the resource blob') in rsrc.py:128 will be executed, seems like some resource data in this file locate out of the...

Fixed "section is misaligned" error on certain CLR executables where SizeOfOptionalHeader in the file header is different than the size of IMAGE_OPTIONAL_HEADER struct. So far I only found one of...