Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ Component
Method
Component
component.cpp:20–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
19
20
Component::Component(BNComponent* component)
21
{
22
m_object = component;
23
}
24
25
26
std::string Component::GetDisplayName()
Callers
14
_component_added
Method · 0.80
_component_removed
Method · 0.80
_component_name_updated
Method · 0.80
_component_moved
Method · 0.80
_component_function_added
Method · 0.80
_component_function_removed
Method · 0.80
_component_data_variable_added
Method · 0.80
_component_data_variable_removed
Method · 0.80
get_component
Method · 0.80
get_component_by_path
Method · 0.80
root_component
Method · 0.80
create_component
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected