metagoblin 0.3.1

Generates metadata for a binary format using goblin
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "metagoblin"
version = "0.3.1"
authors = ["m4b <m4b.github.io@gmail.com>"]
license = "MIT"
keywords = ["goblin", "elf", "mach", "pe", "metadata"]
repository = "https://github.com/m4b/metagoblin"
documentation = "https://docs.rs/metagoblin"
description = "Generates metadata for a binary format using goblin"
include = ["src/**/*", "Cargo.toml", "LICENSE", "README.md"]
edition = "2018"

[dependencies]
goblin = { version = "0.2" }
theban_interval_tree = "0.7.1"
memrange = "0.1.3"
log = "0.4"