MCPcopy 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
27DataBuffer::DataBuffer()
28{
29 m_buffer = BNCreateDataBuffer(nullptr, 0);
30}
31
32
33DataBuffer::DataBuffer(size_t len)

Callers 15

add_memory_regionMethod · 0.80
newMethod · 0.80
readMethod · 0.80
writeMethod · 0.80
insertMethod · 0.80
find_next_dataMethod · 0.80
find_all_dataMethod · 0.80
get_valueMethod · 0.80
serialized_dataMethod · 0.80
file_contentsMethod · 0.80
file_contents_hashMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected