diff options
| author | van Hauser <vh@thc.org> | 2021-08-20 23:15:18 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-20 23:15:18 +0200 |
| commit | ca9c87dd45d8b9a746a212cbc6ce85b78b637d8c (patch) | |
| tree | 665b9368d2c1908cf71dbc4a76517f88c5317d9a /frida_mode/test/libpcap | |
| parent | d8c221fade27b75a387587dc7b5e20ab82ec8012 (diff) | |
| parent | 028f8ced8f772d82a7efc522ec629bf4a5fff32d (diff) | |
| download | afl++-ca9c87dd45d8b9a746a212cbc6ce85b78b637d8c.tar.gz | |
Merge pull request #1075 from WorksButNotTested/test
Various New Features & Fixes
Diffstat (limited to 'frida_mode/test/libpcap')
| -rw-r--r-- | frida_mode/test/libpcap/GNUmakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frida_mode/test/libpcap/GNUmakefile b/frida_mode/test/libpcap/GNUmakefile index 1263ce60..6f2b58af 100644 --- a/frida_mode/test/libpcap/GNUmakefile +++ b/frida_mode/test/libpcap/GNUmakefile @@ -1,5 +1,5 @@ PWD:=$(shell pwd)/ -ROOT:=$(shell realpath $(PWD)../../..)/ +ROOT:=$(PWD)../../../ BUILD_DIR:=$(PWD)build/ AFLPP_FRIDA_DRIVER_HOOK_OBJ=$(ROOT)frida_mode/build/frida_hook.so @@ -142,7 +142,7 @@ $(TEST_BIN): $(HARNESS_OBJ) $(PCAPTEST_OBJ) $(LIBPCAP_LIB) ########## DUMMY ####### $(AFLPP_DRIVER_DUMMY_INPUT): | $(TCPDUMP_TESTS_DIR) - dd if=/dev/zero bs=1M count=1 of=$@ + dd if=/dev/zero bs=1048576 count=1 of=$@ ###### TEST DATA ####### |
