dyncvoke-core 0.1.0

PEB walking, dynamic invoke, and Tartarus Gate indirect syscalls for Dyncvoke
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.81"
name = "dyncvoke-core"
version = "0.1.0"
authors = ["5mukx"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "PEB walking, dynamic invoke, and Tartarus Gate indirect syscalls for Dyncvoke"
homepage = "https://git.smukx.site/smukx/Dyncvoke"
documentation = "https://docs.rs/dyncvoke-core"
readme = false
keywords = [
    "windows",
    "syscall",
    "peb",
    "dyncvoke",
]
categories = [
    "os::windows-apis",
    "no-std",
]
license = "MIT"
repository = "https://git.smukx.site/smukx/Dyncvoke"

[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
targets = ["x86_64-pc-windows-msvc"]
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[lib]
name = "dyncvoke_core"
path = "src/lib.rs"
doctest = false

[[test]]
name = "audit_dmanager_xor"
path = "tests/audit_dmanager_xor.rs"

[[test]]
name = "audit_hellsgate_sweep"
path = "tests/audit_hellsgate_sweep.rs"

[[test]]
name = "audit_invalid_handle"
path = "tests/audit_invalid_handle.rs"

[[test]]
name = "audit_ldr_get_proc"
path = "tests/audit_ldr_get_proc.rs"

[[test]]
name = "audit_relocate_no_reloc"
path = "tests/audit_relocate_no_reloc.rs"

[[test]]
name = "audit_tartarus_recovery"
path = "tests/audit_tartarus_recovery.rs"

[[test]]
name = "audit_variadic_arity"
path = "tests/audit_variadic_arity.rs"

[[test]]
name = "smoke_alloc_protect_free"
path = "tests/smoke_alloc_protect_free.rs"

[[test]]
name = "sys_do_syscall_basic"
path = "tests/sys_do_syscall_basic.rs"

[[test]]
name = "sys_resolve_syscall_basic"
path = "tests/sys_resolve_syscall_basic.rs"

[dependencies.data]
version = "0.1.0"
package = "dyncvoke-data"

[dependencies.windows-sys]
version = "0.59"
features = [
    "Win32_Foundation",
    "Win32_Security",
    "Win32_System",
    "Win32_System_IO",
    "Win32_System_Kernel",
    "Win32_System_Memory",
    "Win32_System_ProcessStatus",
    "Win32_System_SystemInformation",
    "Win32_System_Diagnostics_Debug",
    "Win32_System_Threading",
]