1
0
Fork 0

Fix variable names

timestamps
dump_stack() 2018-10-07 17:35:23 +00:00
parent 9eb95acb3e
commit a1eabd7df6
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# out-of-tree called make with four arguments:
# - KERNEL: kernel headers path
# - TARGET_EXPLOIT: name of exploit binary that MUST be produced by makefile.
# - $(TARGET_EXPLOIT)_test: name of test binary that MUST be produced by makefile
# - TARGET: name of exploit binary that MUST be produced by makefile.
# - $(TARGET)_test: name of test binary that MUST be produced by makefile
# and it's will be runned on a LPE stage. TARGET_TEST MUST accept two argument:
# - Path to exploit binary
# - File that MUST be created with exploit. It uses for test that exploit works