blob: a8975b26aa4b559747405de75a39e8ee4542b9c9 (
plain) (
tree)
|
|
[package]
name = "vdso-proxy-poc"
authors = ["johannst <johannes.stoelp@gmail.com>"]
version = "0.1.0"
edition = "2018"
[dependencies]
libc = "0.2"
[dependencies.goblin]
#version = "0.4"
git = "https://github.com/johannst/goblin"
branch = "elf-gnu-symbol-versioning-utils"
default-features = false
features = ["std", "elf32", "elf64", "endian_fd"]
|