6
0
mirror of https://github.com/EddieIvan01/memexec synced 2024-06-16 12:08:03 +00:00
memexec/Cargo.toml
2020-11-25 18:26:36 +08:00

14 lines
416 B
TOML

[package]
name = "memexec"
version = "0.2.0"
authors = ["iv4n <iv4n.cc@qq.com>"]
edition = "2018"
description = "A library for loading and executing PE (Portable Executable) from memory without ever touching the disk"
repository = "https://github.com/eddieivan01/memexec.git"
license = "GPL-3.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
hook = []