dg icon indicating copy to clipboard operation
dg copied to clipboard

PTA FI: identify GEP instructions and preprocess UNKNOWN_OFFSETS

Open mchalupa opened this issue 9 years ago • 1 comments

if we have code like this:

int *p = array[0];
p++;

Then in flow-insensitive analysis we end up with UNKNOWN_OFFSET even though there's no loop. Would it be possible to identify those parts and set the UNKNOWN_OFFSET immediately?

mchalupa avatar Nov 11 '16 13:11 mchalupa

Done for FI, but what about for FS?

mchalupa avatar May 30 '19 12:05 mchalupa