pe_tools
pe_tools copied to clipboard
RuntimeError('resource is outside the resource blob')
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 .rsrc section. I try replace this line with pass, then parse again, it seems to work for me.