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

Method join

python/plugin.py:1087–1088  ·  view source on GitHub ↗
(self, timeout=None)

Source from the content-addressed store, hash-verified

1085 self.thread.start()
1086
1087 def join(self, timeout=None):
1088 self.thread.join(timeout)

Callers 15

mainFunction · 0.80
il2strFunction · 0.80
instr_to_ilFunction · 0.80
il2strFunction · 0.80
instr_to_ilFunction · 0.80
disassemble_binjaFunction · 0.80
genExtractToDrawingMethod · 0.80
genEncodingBlockFunction · 0.80
__str__Method · 0.80
gen_nodeFunction · 0.80
generator.pyFile · 0.80
applyIndentFunction · 0.80

Calls

no outgoing calls

Tested by 15

mainFunction · 0.64
il2strFunction · 0.64
instr_to_ilFunction · 0.64
il2strFunction · 0.64
instr_to_ilFunction · 0.64
disassemble_binjaFunction · 0.64
disassembleFunction · 0.64
disassembleFunction · 0.64
print_caseFunction · 0.64
il2strFunction · 0.64
liftFunction · 0.64
test_all_liftsFunction · 0.64