Started working on a decompiler, called 'bytecode inspector'
It only has a few instructions for now, but I can flesh it out over time.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
#pragma once
|
||||
|
||||
void inspect_bytecode(unsigned char* bytecode);
|
||||
Reference in New Issue
Block a user