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