binaryninja-api icon indicating copy to clipboard operation
binaryninja-api copied to clipboard

Create `get_mlil_at` and `get_hlil_at` methods off the `Function` object

Open plafosse opened this issue 3 years ago • 0 comments

Version and Platform (required):

  • Binary Ninja Version: 3.1-dev

We currently have Function.get_llil_at() but no equivalent for mlil or hlil which is confusing.

The workaround is Function.get_llil_at(here).mlil

plafosse avatar Jul 06 '22 19:07 plafosse