Use argc/argv in Stage 2
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
|
||||
typedef void (*entrypoint_t)(int argc, void **argv);
|
||||
|
||||
entrypoint_t load_payload(void);
|
||||
entrypoint_t load_payload(const char *bct0);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user