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

Method caller_sites

rust/src/function.rs:2233–2235  ·  view source on GitHub ↗

Returns a list of ReferenceSource objects corresponding to the addresses in functions which reference this function

(&self)

Source from the content-addressed store, hash-verified

2231 /// Returns a list of ReferenceSource objects corresponding to the addresses
2232 /// in functions which reference this function
2233 pub fn caller_sites(&self) -> Array<CodeReference> {
2234 self.view().code_refs_to_addr(self.start())
2235 }
2236
2237 /// Calling convention used by the function
2238 pub fn calling_convention(&self) -> Option<Conf<Ref<CoreCallingConvention>>> {

Callers

nothing calls this directly

Calls 3

code_refs_to_addrMethod · 0.80
viewMethod · 0.45
startMethod · 0.45

Tested by

no test coverage detected