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>,
)
| 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 | /// |
no outgoing calls
no test coverage detected