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

Method apply_to_mlil_block

rust/src/render_layer.rs:214–220  ·  view source on GitHub ↗

Apply this Render Layer to a single Basic Block of Medium Level IL 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

212 ///
213 /// Modify the lines to change the presentation of the block.
214 fn apply_to_mlil_block(
215 &self,
216 _block: &BasicBlock<NativeBlock>,
217 lines: Vec<DisassemblyTextLine>,
218 ) -> Vec<DisassemblyTextLine> {
219 lines
220 }
221
222 /// Apply this Render Layer to a single Basic Block of High Level IL lines.
223 ///

Callers 1

apply_to_blockMethod · 0.80

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