Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ DataBuffer
Method
DataBuffer
databuffer.cpp:27–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
26
27
DataBuffer::DataBuffer()
28
{
29
m_buffer = BNCreateDataBuffer(nullptr, 0);
30
}
31
32
33
DataBuffer::DataBuffer(size_t len)
Callers
15
add_memory_region
Method · 0.80
new
Method · 0.80
read
Method · 0.80
write
Method · 0.80
insert
Method · 0.80
find_next_data
Method · 0.80
find_all_data
Method · 0.80
internal_match_callback
Method · 0.80
get_value
Method · 0.80
serialized_data
Method · 0.80
file_contents
Method · 0.80
file_contents_hash
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected