Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "efp"
version = "0.1.0"
edition = "2021"
authors = ["David Park <dpjungmin@gmail.com>"]
description = "Elf File Parser"
repository = "https://github.com/dpjungmin/efp"
license = "MIT"
keywords = ["elf", "parser", "binary"]

[dependencies]
thiserror = "1.0.30"