dumpbin 1.1.0

Simplify using Dumpbin Windows tool
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "dumpbin"
version = "1.1.0"
edition = "2021"
description = "Simplify using Dumpbin Windows tool"
authors = ["Samuel Garcés Marín <samuel.garces@protonmail.com>"]
repository = "https://github.com/SecSamDev/dumpbin"
license = "MIT"

[dependencies]
forensic-rs = "0.9"
frnsc-liveregistry-rs = "0.9"
regex = "1.10.3"