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

Method LogDebug

log.cpp:120–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118
119
120void BinaryNinja::LogDebug(const char* fmt, ...)
121{
122 va_list args;
123 va_start(args, fmt);
124 PerformLog(0, DebugLog, "", 0, fmt, args);
125 va_end(args);
126}
127
128
129void BinaryNinja::LogInfo(const char* fmt, ...)

Callers 15

DemangleVarTypeMethod · 0.80
DemangleNumberMethod · 0.80
DemangleCharMethod · 0.80
DemangleVariableListMethod · 0.80
DemangleStringMethod · 0.80
DemangleTypeInfoNameMethod · 0.80
DemangleNameMethod · 0.80
DemanglePointerSuffixMethod · 0.80

Calls 2

PerformLogFunction · 0.85
c_strMethod · 0.80

Tested by

no test coverage detected