Payloads are now linked into the final remote executable... much cleaner but still needs some work
This commit is contained in:
9
c8_libpayload/pl/include/brfunc_sep.h
Normal file
9
c8_libpayload/pl/include/brfunc_sep.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef CHECKM8_TOOL_BRFUNC_SEP_H
|
||||
#define CHECKM8_TOOL_BRFUNC_SEP_H
|
||||
|
||||
#include "brfunc_common.h"
|
||||
|
||||
#define DPA_SEEDED ((BOOTROM_FUNC) ADDR_DPA_SEEDED)
|
||||
#define SEP_CREATE_SEND_DPA_MESSAGE ((BOOTROM_FUNC) ADDR_SEND_DPA_MESSAGE)
|
||||
|
||||
#endif //CHECKM8_TOOL_BRFUNC_SEP_H
|
||||
Reference in New Issue
Block a user