Releases: LLNL/Surfactant
Releases · LLNL/Surfactant
Update for SecTor 2024
Updated release for SecTor 2024 demo, with a list of the more interesting changes since BHUSA release below. Mach-O file info extraction is the big one -- it's an optional feature that can be installed with pip install surfactant[macho]
(note: uses lief
as a dependency, which only releases binary wheels for currently supported Python versions... older versions of lief don't retroactively get compiled wheels for new Python versions either).
What's Changed
- Sourcetrail output by @KendallHarterAtWork in #236
- added .bat extension by @Eriken79 in #252
- Bump pefile from 2023.2.7 to 2024.8.26 by @dependabot in #253
- Add option to include all files by @KendallHarterAtWork in #246
- Bump cyclonedx-python-lib from 7.6.1 to 7.6.2 by @dependabot in #263
- CYT 341 Add basic Mach-O file info extractor by @Czatar in #184
- Add support for extract paths being files by @nightlark in #244
- Fix issues identified by mypy by @nightlark in #265
New Contributors
Full Changelog: v0.0.0rc8...v0.0.0rc10
Updated release for BH USA demo
v0.0.0rc8 Add support for user config file for plugin options (#231)