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

Method __init__

python/examples/triage/entropy.py:11–16  ·  view source on GitHub ↗
(self, data, image, block_size)

Source from the content-addressed store, hash-verified

9
10class EntropyThread(threading.Thread):
11 def __init__(self, data, image, block_size):
12 super(EntropyThread, self).__init__()
13 self.data = data
14 self.image = image
15 self.block_size = block_size
16 self.updated = False
17
18 def run(self):
19 width = self.image.width()

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected