cmake_minimum_required(VERSION 3.2)
project(qbdi-frida-template)
add_executable(demo.bin SimpleXOR.c)
