seahorn / crab

A library for building abstract interpretation-based analyses
Apache License 2.0
233 stars 32 forks source link

feat(inter-analysis): integreate dsa info into callsite information #54

Open LinerSu opened 1 year ago

LinerSu commented 1 year ago

Giving a method to group region variables passed/returned between caller and callee based on the DSA intrinsics. The information is stored in the callsite_info class for further abstract operations of calls. For instance, from caller to callee