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

Method LogError

log.cpp:147–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145
146
147void BinaryNinja::LogError(const char* fmt, ...)
148{
149 va_list args;
150 va_start(args, fmt);
151 PerformLog(0, ErrorLog, "", 0, fmt, args);
152 va_end(args);
153}
154
155
156void BinaryNinja::LogAlert(const char* fmt, ...)

Callers 15

LoadClassesMethod · 0.80
LoadCategoriesMethod · 0.80
LoadProtocolsMethod · 0.80
ReadListOfMethodListsMethod · 0.80
ReadMethodListMethod · 0.80
ReadIvarListMethod · 0.80
PerformInitialLoadMethod · 0.80
KernelCacheMethod · 0.80
HeaderForAddressMethod · 0.80
RebaseThreadStartsMethod · 0.80

Calls 2

PerformLogFunction · 0.85
c_strMethod · 0.80

Tested by

no test coverage detected