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

Class match

arch/powerpc/assembler.cpp:2474–2477  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2472}
2473
2474struct match {
2475 uint32_t src_hi, src_lo; // source bit range
2476 uint32_t dst_hi, dst_lo; // destination bit range
2477};
2478
2479// force certain regions of bits to match
2480uint32_t enforce_bit_match(uint32_t inp, unsigned bit, vector<match> matches)

Callers 5

setFilterMethod · 0.85
setFilterMethod · 0.85
setFilterMethod · 0.85
setFilterMethod · 0.85
readTokenMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected