drtaint icon indicating copy to clipboard operation
drtaint copied to clipboard

Core functionality container issue

Open toshipiazza opened this issue 7 years ago • 1 comments

Core functionality is not yet completed. Urgent:

  • [ ] Finish implementing all non-SIMD instructions
  • [x] Add getters and setters for register/memory taint under drtaint_ namespace
  • [ ] Return opaque drtaint object so we can implement multiple taint mappings
  • [ ] Tests for many different instruction classes
  • [x] Taint visualizer for nudge event, for debugging

toshipiazza avatar Jan 13 '18 00:01 toshipiazza

An aside to returning an opaque drtaint handle--does Umbra even handle multiple mappings? afaik it uses a single static page table on 32-bit, so I'd be surprised if it supported multiple memory mappings at all.

toshipiazza avatar Jan 13 '18 00:01 toshipiazza