Skip to content

Releases: WithSecureLabs/deject

Version 0.4.4

20 Dec 17:24
Compare
Choose a tag to compare

What's Changed

  • General maintenance - nix flake update, poetry update, bump setuptools 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

25 Sep 13:48
Compare
Choose a tag to compare

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

24 May 14:48
Compare
Choose a tag to compare

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.)