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