cepack 0.1.0

Statically unpacks Cheat Engine trainers
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "cepack"
version = "0.1.0"
authors = ["jan"]
edition = "2018"
description = "Statically unpacks Cheat Engine trainers"
license = "Unlicense"
repository = "https://github.com/not-wlan/cepack"
homepage = "https://github.com/not-wlan/cepack"
readme = "README.md"

[dependencies]
pelite = "0.9"
inflate = "0.4"
quick-error = "1.2.2"
byteorder = "1"