From 6bf809731abfd1893e73f6c6b35d0a22dacd6fb2 Mon Sep 17 00:00:00 2001 From: Orfeas <38209077+0xfea5@users.noreply.github.com> Date: Tue, 23 Apr 2024 19:38:50 +0300 Subject: Small changes to the Makefile and the scripts --- src/main.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 623d767..efc30d3 100644 --- a/src/main.c +++ b/src/main.c @@ -80,7 +80,6 @@ void action_write(int pid, int argc, const char *argv[]) } Bytes aob = hex2bytes(argv[0]); - printf("%s\n", aob.data); void *address[argc-1]; for (size_t i = 0; i < argc-1; ++i) { sscanf(argv[i+1], "%p", &address[i]); -- cgit v1.2.3