diff --git a/CHANGELOG.md b/CHANGELOG.md index ab7457a1..90b1cc8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ - symtab: fix struct.unpack() format for 64-bit ELF files @yelhamer - symtab: safeguard against ZeroDivisionError for files containing a symtab with a null entry size @yelhamer - improve ELF strtab and needed parsing @mr-tz +- better handle exceptional cases when parsing ELF files #1471 @Aayush-Goel-04 - extractor: fix binja installation path detection does not work with Python 3.11