aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorOrfeas <38209077+0xfea5@users.noreply.github.com>2024-04-23 19:38:50 +0300
committerOrfeas <38209077+0xfea5@users.noreply.github.com>2024-04-23 19:38:50 +0300
commit6bf809731abfd1893e73f6c6b35d0a22dacd6fb2 (patch)
tree2badb20131925d49384ae4f81924f02bcff58617 /src/main.c
parentAdded the presentation (diff)
downloadlinux-game-trainer-6bf809731abfd1893e73f6c6b35d0a22dacd6fb2.tar.gz
linux-game-trainer-6bf809731abfd1893e73f6c6b35d0a22dacd6fb2.zip
Small changes to the Makefile and the scripts
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 0 insertions, 1 deletions
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[])
80 } 80 }
81 81
82 Bytes aob = hex2bytes(argv[0]); 82 Bytes aob = hex2bytes(argv[0]);
83 printf("%s\n", aob.data);
84 void *address[argc-1]; 83 void *address[argc-1];
85 for (size_t i = 0; i < argc-1; ++i) { 84 for (size_t i = 0; i < argc-1; ++i) {
86 sscanf(argv[i+1], "%p", &address[i]); 85 sscanf(argv[i+1], "%p", &address[i]);