-
@mcclure111 i have most of my own implementation working based on
mono_disasm_code
, but token resolution is a pail. cecil has a nice IL/C# disassembler, but it seems to only work on files? like, i cant just pass it a MethodInfo and get a disassembly back, unless i am missing something.