regs and we can step into!

This commit is contained in:
T0b1
2023-06-02 02:06:49 +02:00
parent d4bf6731a3
commit ac3718b12b
17 changed files with 1434 additions and 344 deletions

5
tmp/main.c Normal file
View File

@@ -0,0 +1,5 @@
#include <stdint.h>
int main(int argc, char* argv[]) {
return 0;
}