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