Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ SetProgressText
Method
SetProgressText
backgroundtask.cpp:64–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
63
64
void BackgroundTask::SetProgressText(const string& text)
65
{
66
BNSetBackgroundTaskProgressText(m_object, text.c_str());
67
}
68
69
70
vector<Ref<BackgroundTask>> BackgroundTask::GetRunningTasks()
Callers
6
loadImagesWithAddr
Method · 0.80
loadImagesWithAddr
Method · 0.80
ProcessVFT
Method · 0.80
ProcessVFT
Method · 0.80
InspireWriteCallback
Function · 0.80
Inspire
Function · 0.80
Calls
1
c_str
Method · 0.80
Tested by
no test coverage detected