Marks a memory range as excluded. This means Stalker will not follow
execution when encountering a call to an instruction in such a range.
You will thus be able to observe/modify the arguments going in, and
the return value coming back, but won't see the instructions that
happened between.
Marks a memory range as excluded. This means Stalker will not follow execution when encountering a call to an instruction in such a range. You will thus be able to observe/modify the arguments going in, and the return value coming back, but won't see the instructions that happened between.
Useful to improve performance and reduce noise.