Update changelog

This commit is contained in:
Stephen Eckels
2023-03-30 13:21:37 -04:00
parent 66e374a343
commit 3cd766630f

View File

@@ -1,7 +1,6 @@
# Change Log
## master (unreleased)
- removed '.dynsym' as the library name for ELF imports. get_file_imports now only returns the API name.
### New Features
- add protobuf format for result documents #1219 @williballenthin @mr-tz
@@ -38,9 +37,9 @@
- nursery/enumerate-pe-sections-in-dotnet @mr-tz
- nursery/destroy-software-breakpoint-capability echernofsky@google.com
- nursery/send-data-to-internet michael.hunhoff@mandiant.com
-
### Bug Fixes
- extractor: removed '.dynsym' as the library name for ELF imports. get_file_imports now only returns the API name.
- extractor: fix vivisect loop detection corner case #1310 @mr-tz
- match: extend OS characteristic to match OS_ANY to all supported OSes #1324 @mike-hunhoff
- extractor: fix IDA and vivisect string and bytes features overlap and tests #1327 #1336 @xusheng6