implemented aes (sort of), might reintroduce libusb?

This commit is contained in:
2019-11-08 18:43:23 -05:00
parent e86b2999c9
commit a65945db09
7 changed files with 93 additions and 6 deletions

View File

@@ -6,5 +6,5 @@ set(CMAKE_C_FLAGS -g)
add_executable(ipwndfu main.c
exploit/libusb_helpers.c exploit/libusb_helpers.h
exploit/exploit_helpers.c exploit/checkm8.h)
exploit/exploit.c exploit/checkm8.h exploit/commands.c)
target_link_libraries(ipwndfu usb-1.0)