Granary / granary2

Dynamic binary translation framework for instrumenting x86-64 user space Linux programs
MIT License
39 stars 5 forks source link

Change how kAnnotChangesInterruptDeliveryState is used. #102

Open pgoodman opened 9 years ago

pgoodman commented 9 years ago

I think this part of the system needs to be improved. The key challenge might actually be PUSHF, which will need to be mangled to store the native interrupt state in the event that Granary has actually disabled interrupts.