Closed garenchan closed 2 years ago
Since lief 0.12.0, section_from_offset returns None instead of raising an exception if a section can't be found. https://github.com/lief-project/LIEF/blob/f891891191c45191a0d03d0ea931f6f66075bfb4/api/python/PE/objects/pyBinary.cpp#L114-L121
section_from_offset
None
💚 CLA has been signed
I have signed the agreement
Since lief 0.12.0,
section_from_offset
returnsNone
instead of raising an exception if a section can't be found. https://github.com/lief-project/LIEF/blob/f891891191c45191a0d03d0ea931f6f66075bfb4/api/python/PE/objects/pyBinary.cpp#L114-L121