diff options
author | vanhauser-thc <vh@thc.org> | 2021-07-20 14:53:07 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-07-20 14:53:07 +0200 |
commit | a772fbf1cdaf96dd91c040faa2293b18a10c0fd1 (patch) | |
tree | c6abef570a2c713e3cd86ae534cf75ab59e22a3b | |
parent | 53327f9ee7ee3d8643a5d67f213e19e6425595c7 (diff) | |
download | afl++-a772fbf1cdaf96dd91c040faa2293b18a10c0fd1.tar.gz |
readd realpath
-rwxr-xr-x | frida_mode/many-linux/realpath | 2 |
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 -- "$@" |