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

Method apply_to_llil_block

rust/src/render_layer.rs:203–209  ·  view source on GitHub ↗

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

201 ///
202 /// Modify the lines to change the presentation of the block.
203 fn apply_to_llil_block(
204 &self,
205 _block: &BasicBlock<NativeBlock>,
206 lines: Vec<DisassemblyTextLine>,
207 ) -> Vec<DisassemblyTextLine> {
208 lines
209 }
210
211 /// Apply this Render Layer to a single Basic Block of Medium Level IL lines.
212 ///

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