Mono:MonoDissect

From Cheat Engine
Revision as of 23:54, 16 April 2015 by Jgoemat (talk | contribs) (Created page with 'The Mono dissector form lets you browse the classes in the game you are debugging. It represents the code in a tree with the following structure: * <domain> - normally just 1 *…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The Mono dissector form lets you browse the classes in the game you are debugging. It represents the code in a tree with the following structure:

  • <domain> - normally just 1
    • <assembly>
      • <class>
        • fields
        • methods

Sample (Kerbal Space Program):

MonoDissect.png

If you select a method, you can right-click on the tree and pick 'Jit' and it will JIT the method and output the address in the Lua Engine window:

MonoDissectJit.png

MonoDissectJitAddress.png