MCPcopy Create free account
hub / github.com/bombela/backward-cpp / module_data

Class module_data

backward.hpp:3563–3568  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3561// https://stackoverflow.com/questions/6205981/windows-c-stack-trace-from-a-running-app/28276227#28276227
3562
3563struct module_data {
3564 std::string image_name;
3565 std::string module_name;
3566 void *base_address;
3567 DWORD load_size;
3568};
3569
3570class get_mod_info {
3571 HANDLE process;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected