mirror of
https://github.com/open-goal/jak-project
synced 2026-07-31 00:14:38 -04:00
Add prototype decompiler GUI (#93)
* json output for basic ops * add prototype gui * add some more fields and layout the gui a little bit nicer
This commit is contained in:
@@ -61,6 +61,7 @@ class LinkedObjectFile {
|
||||
std::string print_disassembly();
|
||||
bool has_any_functions();
|
||||
void append_word_to_string(std::string& dest, const LinkedWord& word) const;
|
||||
std::string to_asm_json();
|
||||
|
||||
struct Stats {
|
||||
uint32_t total_code_bytes = 0;
|
||||
|
||||
Reference in New Issue
Block a user