Skip to content

Add ability to snapshot loaded modules #8

@chrisglein

Description

@chrisglein

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions