MCPcopy Create free account
hub / github.com/KasperskyLab/hrtng / sInline

Class sInline

src/deinline.cpp:95–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93};
94class path_t;
95struct sInline;
96class lessInline;
97typedef std::map<ea_t, path_t> paths_t; // storage of found normalized paths, key is head block or micro-instruction inside head block address
98typedef std::map<sInline*, paths_t, lessInline> inlines_t; // map lib inline to found paths

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected