I'm not writing a plugin. I'm writing a standalone app, an ARM debugger, so I can step through the binary, follow branches, keep track of memory changes and registers, etc. Probably all things you could do with IDA python, but my current expertise is in .Net so I'm leveraging my strengths to...