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

14 lines
416 B
TOML
Raw Permalink Normal View History

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