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

Function make_code_helper

python/examples/make_code.py:49–50  ·  view source on GitHub ↗
(ctx: UIActionContext)

Source from the content-addressed store, hash-verified

47 bv.define_user_data_var(start, Type.array(Type.int(1, False), end-start), f"CODE_{start:08x}")
48
49def make_code_helper(ctx: UIActionContext):
50 make_code(ctx.binaryView, ctx.address, ctx.address + ctx.length)
51
52CodeDataRenderer().register_type_specific()
53UIAction.registerAction("Make Code", QKeySequence("C"))

Callers

nothing calls this directly

Calls 1

make_codeFunction · 0.85

Tested by

no test coverage detected