jchristman / PyDA

Python binary DisAssembler
http://suntzuii.github.io/PyDA/
Other
26 stars 10 forks source link

Highlight Matching Occurences #34

Open direwolf314 opened 10 years ago

direwolf314 commented 10 years ago

Highlight matching occurrences of a given item. For example, if a local var is selected, highlight all occurrences within the scope of the current function. If an address/global var is selected, highlight it everywhere.