Releases: WithSecureLabs/deject
Releases · WithSecureLabs/deject
Version 0.4.4
What's Changed
- General maintenance -
nix flake update
,poetry update
, bumpsetuptools
version, add nix instructions to the README by @unrooted in #2 - Mach-o parser updated - show raw flags in hex, add SegmentCommand parsing
- Update external tools - update tools from DidierStevensSuite to latest versions
Full Changelog: 0.4.3...0.4.4
Docker images for this release are available from: https://hub.docker.com/r/arat/deject
Version 0.4.3
What's Changed
- added nix flake by @unrooted in #1
- added Mach-o Fat parser
- fixed Mach-o parser extract function
- added functionality to PE parser
Full Changelog: 0.4.1...0.4.3
Docker images for this release are available from: https://hub.docker.com/r/arat/deject
Version 0.4.1
What's New
New parsers for PE / ELF / Mach-o files
These new parsers use the Kaitai framework to analyse the respective file.
To run them, select the individual plugin, as the parsers are not enabled by default:
deject run --include macho_parser
Further script updates
Updated 1768.py, pdf-parser.py.
Updated all submodules to their latest versions.
Added pre-build Docker images
These are available here: https://hub.docker.com/r/arat/deject
(Supports amd64
and arm64
architectures.)