search for: checked_load_i32

Displaying 1 result from an estimated 1 matches for "checked_load_i32".

2015 Oct 13
2
how to monitor read operation to special memory blocks?
In LLVM, is there any way to monitor read operation to some special blocks? For example, I have a memory block from A1 to A2 to protect. Any read operation to the address between A1 and A2 will be caught. And I can return other values, not true values to them or just report errors about this read operation. - mudongliang