diff options
| author | Orfeas <38209077+0xfea5@users.noreply.github.com> | 2024-04-23 19:38:50 +0300 |
|---|---|---|
| committer | Orfeas <38209077+0xfea5@users.noreply.github.com> | 2024-04-23 19:38:50 +0300 |
| commit | 6bf809731abfd1893e73f6c6b35d0a22dacd6fb2 (patch) | |
| tree | 2badb20131925d49384ae4f81924f02bcff58617 /src/main.c | |
| parent | Added the presentation (diff) | |
| download | linux-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.c | 1 |
1 files changed, 0 insertions, 1 deletions
| @@ -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]); |
