endoli / disassemble.rs

Work with disassembled code.

Home Page:https://endoli.github.io/disassemble.rs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Record and use address ranges

waywardmonkeys opened this issue · comments

We should be able to use Range<Address> using the Range from the Rust standard library, but need to be sure that we handle the half-open range correctly for the end point.

This could apply to Function, BasicBlock, SimpleLoop, and in the future other things.