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

Function highlight

python/examples/feature_map.py:41–43  ·  view source on GitHub ↗
(a0, a1, color)

Source from the content-addressed store, hash-verified

39 f'[{addr_to_fmap_offset(seg.start):08X}, {addr_to_fmap_offset(seg.end-1):08X}]')
40
41def highlight(a0, a1, color):
42 for i in range(addr_to_fmap_offset(a0), addr_to_fmap_offset(a1)):
43 imgdata[i] = color
44
45# data variables
46for (addr, var) in bv.data_vars.items():

Callers 1

feature_map.pyFile · 0.85

Calls 1

addr_to_fmap_offsetFunction · 0.85

Tested by

no test coverage detected