Skip to content

Commit 7b9ca13

Browse files
author
tracer
committed
> compile
forty Linux forty-virtual-machine 4.13.0-41-generic #46~16.04.1-Ubuntu SMP Thu May 3 10:06:03 UTC 2018 i686 i686 i686 GNU/Linux
1 parent 642a780 commit 7b9ca13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

memhack.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ int main(int argc, char *argv[])
216216
char* temp = strtok(cmd, " ");
217217
temp = strtok(NULL, " ");
218218
edit_num = atoi(temp);
219+
printf("\033[42;37mnum:%d\033[0m\n",edit_num);
219220
setup();
220221
}
221222
else if(!strcmp(cmd, "exit")){

0 commit comments

Comments
 (0)