ilhook 0.2.1

A library that provides methods to inline hook binary codes in x86 and x86_64 architecture
Documentation
[dependencies.bitflags]
version = "1.2"

[dependencies.capstone]
version = "0.6"

[dependencies.thiserror]
version = "1.0"

[package]
authors = ["regomne <fallingsunz@gmail.com>"]
categories = ["hardware-support"]
description = "A library that provides methods to inline hook binary codes in x86 and x86_64 architecture"
edition = "2018"
keywords = ["hook", "assemble", "disassemble"]
license = "MIT"
name = "ilhook"
readme = "README.md"
repository = "https://github.com/regomne/ilhook-rs"
version = "0.2.1"
[target."cfg(unix)".dependencies.lazy_static]
version = "1"

[target."cfg(unix)".dependencies.libc]
version = "0.2"

[target."cfg(unix)".dependencies.regex]
version = "1"
[target."cfg(windows)".dependencies.winapi]
features = ["memoryapi", "minwindef", "errhandlingapi", "winnt"]
version = "0.3"