MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / LogWarn

Method LogWarn

log.cpp:138–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136
137
138void BinaryNinja::LogWarn(const char* fmt, ...)
139{
140 va_list args;
141 va_start(args, fmt);
142 PerformLog(0, WarningLog, "", 0, fmt, args);
143 va_end(args);
144}
145
146
147void BinaryNinja::LogError(const char* fmt, ...)

Callers 15

LoadClassesMethod · 0.80
LoadCategoriesMethod · 0.80
ParseFunctionStartsMethod · 0.80
ParseChainedFixupsMethod · 0.80
ParseChainedStartsMethod · 0.80
ElfViewMethod · 0.80
InitMethod · 0.80
ParseHeadersMethod · 0.80

Calls 2

PerformLogFunction · 0.85
c_strMethod · 0.80

Tested by

no test coverage detected