added a function to fix the heap

This commit is contained in:
2020-02-11 20:51:50 -05:00
parent a6ddec511a
commit 3e64bd8bab
2 changed files with 29 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ struct pwned_device
struct pwned_device *exploit_device();
int demote_device(struct pwned_device *dev);
int fix_heap(struct pwned_device *dev);
void free_device(struct pwned_device *dev);
#endif //CHECKM8_TOOL_CHECKM8_H