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:
water111
2020-10-23 17:20:04 -04:00
committed by GitHub
parent fc1a8f37c6
commit 0bc2466f86
5 changed files with 424 additions and 4 deletions
+1
View File
@@ -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;