Skip to content

Commit 62331c1

Browse files
committed
Fixed free hook player
1 parent 009d228 commit 62331c1

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

heap/free-hook-player

-496 Bytes
Binary file not shown.

heap/free-hook-player.c

-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
#include <stdio.h>
22
#include <stdlib.h>
3-
#include <malloc.h>
43

54
int main() {
65
printf("%p\n", &system);
7-
printf("%p\n", &__free_hook);
86

97
char *free_hook_arg = malloc(0x30);
108
printf("set free_hook_arg to");

0 commit comments

Comments
 (0)