Rewrite package2.c

This commit is contained in:
TuxSH
2018-05-09 00:19:51 +02:00
parent a39ad22841
commit 77faa00a57
3 changed files with 102 additions and 88 deletions

View File

@@ -53,6 +53,6 @@ typedef struct {
};
} package2_header_t;
void package2_patch(void *package2_address);
void package2_rebuild_and_copy(void *package2_address);
#endif
#endif