ROTView

Discuss other useful utilities, general computing tips & tricks, Internet resources, etc.
burque505
Posts: 1732
Joined: 22 Jan 2017, 19:37

ROTView

15 Mar 2018, 08:01

Sometimes you might want to check what's on the ROT (Running Object Table), for example, if you're working with COM objects.
This viewer might help. There are 32-bit and 64-bit versions available.
Regards,
burque505
User avatar
Tigerlily
Posts: 377
Joined: 04 Oct 2018, 22:31

Re: ROTView

04 Apr 2019, 21:36

burque505 wrote:
15 Mar 2018, 08:01
Sometimes you might want to check what's on the ROT (Running Object Table), for example, if you're working with COM objects.
This viewer might help. There are 32-bit and 64-bit versions available.
Regards,
burque505
Very cool, burque505,

Lexikos created a nice code to view the same stuff here:

GetActiveObjects - Get multiple active COM objects
https://www.autohotkey.com/boards/viewtopic.php?t=6494

But it's nice to just have a simple exe in show this in a GUI. Do you know what the Probe feature does?


Also, do you perhaps know how to toggle between or merge two different instances of the same program on the ROT?
-TL
burque505
Posts: 1732
Joined: 22 Jan 2017, 19:37

Re: ROTView

06 Apr 2019, 10:57

@Tigerlily, I think the probe feature just confirms for you that the IUnknown interface of the object is still available to query. Could certainly be wrong :)
I don't know offhand how to toggle or merge different instances of the same program on the ROT. You might try to grab the hwnd of each, and toggle back and forth between them in code. Merge? Don't have a clue.
Regards,
burque505

Return to “Other Utilities & Resources”

Who is online

Users browsing this forum: No registered users and 16 guests