robmcmullen / omnivore

Hex editor and debugging emulator, sponsored by the Player/Missile Podcast
Mozilla Public License 2.0
53 stars 7 forks source link

Search in disassembly missing computed values #187

Closed robmcmullen closed 7 years ago

robmcmullen commented 7 years ago

data directives are missed in searches because the are calculated at display time. Need to create a cache of those and search analogous to how labels are searched.