Started working on payloads... still need to integrate

This commit is contained in:
2019-12-08 22:54:29 -05:00
parent dcb749c4b5
commit f11bbf0370
6 changed files with 123 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
enable_language(ASM)
include_directories(include)
set(CMAKE_SYSTEM_PROCESSOR arm)
set(CMAKE_C_COMPILER /usr/bin/aarch64-linux-gnu-gcc)
@@ -6,5 +7,4 @@ set(CMAKE_ASM_COMPILER /usr/bin/aarch64-linux-gnu-as)
set(CMAKE_OBJCOPY /usr/bin/aarch64-linux-gnu-objcopy)
set(CMAKE_C_FLAGS "-nostdlib")
add_executable(payload_test test.c)
add_custom_command(OUTPUT payload.)
add_executable(payload aes.c)