object_explorer
Gives access to some of the Object Explorer's UI display. Can be called from any Lua context.
Methods
object_explorer:handle_address(addr)
Same as typing in the address in the Object Explorer.
addr can be a uintptr_t, REManagedObject*, or void*. Raw numeric addresses work.
Verification is not necessary, Object Explorer automatically handles it.