snare / binjatron

Binary Ninja plugin for Voltron integration
MIT License
163 stars 19 forks source link

Fix highlighting issues #11

Closed ehennenfent closed 7 years ago

ehennenfent commented 7 years ago

3839c6d fixes #1, which arose from get_previous_function_start returning the previous function when called on a function entrypoint.

fca7e29 fixes an untracked issue where program counter highlights would not be cleared when last_pc_addr was in a different function than the one currently executing (such as immediately after a call instruction)

snare commented 7 years ago

Thank you!