Efficient Loop Navigation for Symbolic Execution

Computer Science – Programming Languages

Scientific paper

Rate now

  [ 0.00 ] – not rated yet Voters 0   Comments 0

Details

This is the full version of the extended abstract to appear in ATVA 2011

Scientific paper

Symbolic execution is a successful and very popular technique used in software verification and testing. A key limitation of symbolic execution is in dealing with code containing loops. The problem is that even a single loop can generate a huge number of different symbolic execution paths, corresponding to different number of loop iterations and taking various paths through the loop. We introduce a technique which, given a start location above some loops and a target location anywhere below these loops, returns a feasible path between these two locations, if such a path exists. The technique infers a collection of constraint systems from the program and uses them to steer the symbolic execution towards the target. On reaching a loop it iteratively solves the appropriate constraint system to find out which path through this loop to take, or, alternatively, whether to continue below the loop. To construct the constraint systems we express the values of variables modified in a loop as functions of the number of times a given path through the loop was executed. We have built a prototype implementation of our technique and compared it to state-of-the-art symbolic execution tools on simple programs with loops. The results show significant improvements in the running time. We found instances where our algorithm finished in seconds, whereas the other tools did not finish within an hour. Our approach also shows very good results in the case when the target location is not reachable by any feasible path.

No associations

LandOfFree

Say what you really think

Search LandOfFree.com for scientists and scientific papers. Rate them and share your experience with other people.

Rating

Efficient Loop Navigation for Symbolic Execution does not yet have a rating. At this time, there are no reviews or comments for this scientific paper.

If you have personal experience with Efficient Loop Navigation for Symbolic Execution, we encourage you to share that experience with our LandOfFree.com community. Your opinion is very important and Efficient Loop Navigation for Symbolic Execution will most certainly appreciate the feedback.

Rate now

     

Profile ID: LFWR-SCP-O-417055

  Search
All data on this website is collected from public sources. Our data reflects the most accurate information available at the time of publication.