You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
32-bit users of Umbra require custom fault handling logic when writing to a read-only page shared shadow memory page. Currently, we write the last app address to a spill slot, which was already going to be a temporary hacky solution.
Here are some issues with the current setup:
users of the drtaint library cannot use this particular spill slot
it is slow to pessimistically save to this spill slot, despite the possibility that no fault ever occurs
drmemory's fastpath for handling faults in the inlined code looks like this
The text was updated successfully, but these errors were encountered:
32-bit users of Umbra require custom fault handling logic when writing to a read-only page shared shadow memory page. Currently, we write the last app address to a spill slot, which was already going to be a temporary hacky solution.
Here are some issues with the current setup:
drmemory's fastpath for handling faults in the inlined code looks like this
The text was updated successfully, but these errors were encountered: