Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KasperskyLab/hrtng
/ AddLine
Function
AddLine
src/MicrocodeExplorer.cpp:173–176 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
171
qstring qStr;
172
virtual ~mblock_qstring_dumper_t() {}
173
virtual void AddLine(qstring &qs)
174
{
175
qStr.append(qs);
176
}
177
};
178
179
struct ida_local mblock_dumper_t : public mblock_virtual_dumper_t
Callers
1
print
Function · 0.85
Calls
4
append
Method · 0.80
end
Method · 0.80
size
Method · 0.80
push_back
Method · 0.80
Tested by
no test coverage detected