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

Method apply_to_disassembly_block

rust/src/render_layer.rs:192–198  ·  view source on GitHub ↗

Apply this Render Layer to a single Basic Block of Disassembly lines. Modify the lines to change the presentation of the block.

(
        &self,
        _block: &BasicBlock<NativeBlock>,
        lines: Vec<DisassemblyTextLine>,
    )

Source from the content-addressed store, hash-verified

190 ///
191 /// Modify the lines to change the presentation of the block.
192 fn apply_to_disassembly_block(
193 &self,
194 _block: &BasicBlock<NativeBlock>,
195 lines: Vec<DisassemblyTextLine>,
196 ) -> Vec<DisassemblyTextLine> {
197 lines
198 }
199
200 /// Apply this Render Layer to a single Basic Block of Low Level IL lines.
201 ///

Callers 1

apply_to_blockMethod · 0.45

Implementers 2

test_render_layer_registerrust/tests/render_layer.rs
test_render_layer_linear_viewrust/tests/render_layer.rs

Calls

no outgoing calls

Tested by

no test coverage detected