petriage 0.2.0

Cross-platform PE file surface analysis tool for malware analysts
Documentation
petriage
Copyright 2024-2026 petriage contributors

This project is licensed under the MIT License.
See LICENSE for the full text.

Third-party dependencies and declared licenses (direct dependencies):

  goblin 0.9         MIT                https://github.com/m4b/goblin
  clap 4.5           MIT OR Apache-2.0  https://github.com/clap-rs/clap
  serde 1.0          MIT OR Apache-2.0  https://github.com/serde-rs/serde
  serde_json 1.0     MIT OR Apache-2.0  https://github.com/serde-rs/json
  md-5 0.10          MIT OR Apache-2.0  https://github.com/RustCrypto/hashes
  sha1 0.10          MIT OR Apache-2.0  https://github.com/RustCrypto/hashes
  sha2 0.10          MIT OR Apache-2.0  https://github.com/RustCrypto/hashes
  colored 3.1        MPL-2.0            https://github.com/mackwic/colored
  cms 0.2            MIT OR Apache-2.0  https://github.com/RustCrypto/formats
  x509-cert 0.2      MIT OR Apache-2.0  https://github.com/RustCrypto/formats
  der 0.7            MIT OR Apache-2.0  https://github.com/RustCrypto/formats
  const-oid 0.9      MIT OR Apache-2.0  https://github.com/RustCrypto/formats

Optional dependencies:

  [tui]
  ratatui 0.29       MIT                https://github.com/ratatui/ratatui
  crossterm 0.28     MIT                https://github.com/crossterm-rs/crossterm

  [gui]
  eframe 0.31        MIT OR Apache-2.0  https://github.com/emilk/egui
  egui 0.31          MIT OR Apache-2.0  https://github.com/emilk/egui
  egui_extras 0.31   MIT OR Apache-2.0  https://github.com/emilk/egui
  rfd 0.15           MIT                https://github.com/PolyMeilex/rfd
  image 0.25         MIT OR Apache-2.0  https://github.com/image-rs/image

Note: The MPL-2.0 licensed "colored" crate is used as an unmodified library
dependency within a larger work.