Skip to content

Commit f67ee43

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 341e08e commit f67ee43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

memhack.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,10 +198,10 @@ int main(int argc, char *argv[])
198198
resume();
199199
}
200200
else if(strcmp(cmd, "lookup") > 0){
201-
printf("\033[42;37mthis is lookup\033[0m\n");
202201
char* temp = strtok(cmd, " ");
203202
temp = strtok(NULL, " ");
204203
num = atoi(temp);
204+
printf("\033[42;37mnum:%d\033[0m\n",num);
205205
lookup();
206206
}
207207
else if(!strcmp(cmd, "setup")){

0 commit comments

Comments
 (0)