metagoblin 0.1.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
[package]
name = "metagoblin"
version = "0.1.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"]

[dependencies]
goblin = "0.0.19"
theban_interval_tree = "0.7.1"
memrange = "0.1.3"
log = "0.4.5"