From eda0273c1b36b4959e5c61e3d209029e1d8de088 Mon Sep 17 00:00:00 2001 From: Johannes Stoelp Date: Sun, 8 Aug 2021 16:50:14 +0200 Subject: add vdso proxy poc --- Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..d7eb41d --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "vdso-proxy-poc" +authors = ["johannst "] +version = "0.1.0" +edition = "2018" + +[dependencies] +libc = "0.2" +goblin = { version = "0.4", default-features = false, features = ["std", "elf32", "elf64", "endian_fd"] } -- cgit v1.2.3