about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-07-20 14:53:07 +0200
committervanhauser-thc <vh@thc.org>2021-07-20 14:53:07 +0200
commita772fbf1cdaf96dd91c040faa2293b18a10c0fd1 (patch)
treec6abef570a2c713e3cd86ae534cf75ab59e22a3b
parent53327f9ee7ee3d8643a5d67f213e19e6425595c7 (diff)
downloadafl++-a772fbf1cdaf96dd91c040faa2293b18a10c0fd1.tar.gz
readd realpath
-rwxr-xr-xfrida_mode/many-linux/realpath2
1 files changed, 2 insertions, 0 deletions
diff --git a/frida_mode/many-linux/realpath b/frida_mode/many-linux/realpath
new file mode 100755
index 00000000..1fdc49a7
--- /dev/null
+++ b/frida_mode/many-linux/realpath
@@ -0,0 +1,2 @@
+#!/bin/sh
+readlink -f -- "$@"