forked from BissetJ/winspy
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
In implementing framework detectors it's often a matter of inspecting the loaded modules. So much so that I snapshotted some apps so it's easier to analyze later: https://github.com/JesseCol/winspy/tree/master/src/samples
To do that I generally attach the debugger and add some trace breakpoints to log modules, then grab that from the log.
This could just be built into the tool. Add a pane that's modules, and dump all the module names to that so someone can inspect. That seems... generally useful. Nothing you can't get by attaching a debugger. But having that with fewer steps would be helpful.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels