Some tests for payloads on the remote end

This commit is contained in:
2019-12-09 15:40:03 -05:00
parent 9e53560614
commit e9d5ec0243
4 changed files with 19 additions and 2 deletions

View File

@@ -2,6 +2,6 @@ set(CMAKE_C_STANDARD 99)
set(CMAKE_C_FLAGS -g)
include_directories(include)
add_executable(checkm8_remote main.c src/libusb_helpers.c src/commands.c src/exploit.c)
add_executable(checkm8_remote main.c src/libusb_helpers.c src/commands.c src/exploit.c src/payload.c)
target_link_libraries(checkm8_remote checkm8_libusb pthread udev)