[FEAT] Decompiler

[BUG] Several address calculation errors
This commit is contained in:
2021-05-05 09:34:58 +02:00
parent 1516043f17
commit 37fdf1f42f
6 changed files with 80 additions and 4 deletions

4
decompiler.h Normal file
View File

@@ -0,0 +1,4 @@
#pragma once
#include <stdint.h>
void decompiler_save(const uint8_t *code, const int size);