You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug I am quite sure this is a problem with me not knowing how to use the library, but let me describe the issue.
section_from_rva() function returns None when trying to retrieve a section by its RVA. This issue is encountered when working with the LIEF library for patching a PE file
All the virtual sizes of all the sections are 0 thus, LIEF can't determine in which section a RVA belongs to.
I would say this is the expected behavior.
Describe the bug
I am quite sure this is a problem with me not knowing how to use the library, but let me describe the issue.
section_from_rva()
function returnsNone
when trying to retrieve a section by its RVA. This issue is encountered when working with the LIEF library for patching a PE fileTo Reproduce
This is decompiled function that I am trying to patch:
The issue seems to be related to
section_from_rva
not finding the section:Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: