2018-04-07 15:43:54 -06:00
|
|
|
#include "utils.h"
|
|
|
|
|
#include "loader.h"
|
|
|
|
|
|
2018-04-08 05:13:15 -06:00
|
|
|
entrypoint_t load_payload(const char *bct0) {
|
2018-04-07 15:43:54 -06:00
|
|
|
/* TODO */
|
2018-04-08 05:13:15 -06:00
|
|
|
(void)(bct0);
|
2018-04-07 15:43:54 -06:00
|
|
|
return (entrypoint_t)NULL;
|
|
|
|
|
}
|