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

Method LogInfo

log.cpp:129–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127
128
129void BinaryNinja::LogInfo(const char* fmt, ...)
130{
131 va_list args;
132 va_start(args, fmt);
133 PerformLog(0, InfoLog, "", 0, fmt, args);
134 va_end(args);
135}
136
137
138void BinaryNinja::LogWarn(const char* fmt, ...)

Callers 14

LoadClassesMethod · 0.80
LoadCategoriesMethod · 0.80
PerformInitialLoadMethod · 0.80
HeaderForAddressMethod · 0.80
RebaseThreadStartsMethod · 0.80
InitMethod · 0.80
ElfViewMethod · 0.80
InitMethod · 0.80
InitControllerMethod · 0.80

Calls 2

PerformLogFunction · 0.85
c_strMethod · 0.80

Tested by

no test coverage detected