<p>I&#39;m implementing unicorn as an x86 emulator to do the decompression, but I&#39;m single-stepping the processor and I&#39;m aiding debugging by showing what instruction I&#39;m on.</p><p>but instead of having to set up an x86 disassembly engine, I&#39;m just parsing a plain text ghidra dump of the disassembly. I&#39;m parsing it with regexes</p>
Reply