From 162b406ea28aa5bacc34a00745d8780bcbf58753 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Wed, 27 May 2026 14:55:28 -0400 Subject: add better syntax highlighting for code blocks --- docs/dev/bnil-hlil.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/dev/bnil-hlil.md') diff --git a/docs/dev/bnil-hlil.md b/docs/dev/bnil-hlil.md index 7443f192..03447eab 100644 --- a/docs/dev/bnil-hlil.md +++ b/docs/dev/bnil-hlil.md @@ -27,7 +27,7 @@ To observe the transformations that occur from MLIL to HLIL, you can use the bui The instruction set is made up of [`HighLevelILInstruction`](https://api.binary.ninja/binaryninja.highlevelil-module.html#binaryninja.highlevelil.HighLevelILInstruction) objects. Let's start exploring by using the python console to poke around at some instructions. Open up a binary in Binary Ninja and retrieve an HLIL instruction:+ -``` +```pycon >>> current_il_instruction >>> type(current_il_instruction) -- cgit v1.3.1