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
Currently, when supplying a byte vector of an ELF file to parse, LIEF refers to it as it was the disk content of the ELF, and thus uses only the file_offset values to parse the ELF.
When supplying a byte vector of an ELF that is loaded into memory, and by telling LIEF that this ELF is from memory and not from disk, LIEF should be able to use the virtual_address values instead.
The text was updated successfully, but these errors were encountered:
Currently, when supplying a byte vector of an ELF file to parse, LIEF refers to it as it was the disk content of the ELF, and thus uses only the file_offset values to parse the ELF.
When supplying a byte vector of an ELF that is loaded into memory, and by telling LIEF that this ELF is from memory and not from disk, LIEF should be able to use the virtual_address values instead.
The text was updated successfully, but these errors were encountered: