HQ Decompiler

Run Settings
LanguageC++
Language Version
Run Command
#include <iostream> #include <string> #include <vector> void decompile(int meme){ switch(meme){ case 0x90: puts("nop"); break; case 0x58: puts("pop eax"); } } int main() { std::vector<int> instructionset = { 0x90, 0x58 }; instructionset.push_back(0x90); for(int okay : instructionset){ decompile(okay); } }
Editor Settings
Theme
Key bindings
Full width
Lines