[package] name = "gothook" version = "0.1.1" authors = ["s1341 "] edition = "2018" license-file = "LICENSE" keywords = [ "hook", "got", "plt", "elf" ] repository = "https://github.com/s1341" description = "A library implementing GOT/PLT based hooking" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] nix = "0.20.0" regex = "1.4.5" libloading = "0.7.0" goblin = "0.3.4" scroll = "0.10"