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

Method GetIntrinsicOutputs

architecture.cpp:1170–1173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1168
1169
1170vector<Confidence<Ref<Type>>> Architecture::GetIntrinsicOutputs(uint32_t)
1171{
1172 return vector<Confidence<Ref<Type>>>();
1173}
1174
1175
1176vector<uint32_t> Architecture::GetModifiedRegistersOnWrite(uint32_t reg)

Callers 1

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected