Lotta changes

This commit is contained in:
2019-11-03 20:38:55 -05:00
parent 38477100a6
commit e86b2999c9
7 changed files with 303 additions and 129 deletions

View File

@@ -4,5 +4,7 @@ project(ipwndfu_rewrite_c C)
set(CMAKE_C_STANDARD 99)
set(CMAKE_C_FLAGS -g)
add_executable(ipwndfu exploit/main.c exploit/libusb_helpers.c exploit/libusb_helpers.h)
add_executable(ipwndfu main.c
exploit/libusb_helpers.c exploit/libusb_helpers.h
exploit/exploit_helpers.c exploit/checkm8.h)
target_link_libraries(ipwndfu usb-1.0)