Skip to content

Instantly share code, notes, and snippets.

@radustoenescu
Last active December 16, 2019 14:55
Show Gist options
  • Save radustoenescu/3b2fe649c6335ed5f70d820428a0d6e1 to your computer and use it in GitHub Desktop.
Save radustoenescu/3b2fe649c6335ed5f70d820428a0d6e1 to your computer and use it in GitHub Desktop.
software analysis

automatically discover useful facts about programs dynamic tools can only infer likely invariants abstract state <- collections of concrete states

static alanysis sacrifices completeness?! but soundness is ok

iterative approximation

sound - all claims are true (no false positives) complete- if there is anything to claim, it will be claimed (no false negatives)

reachability is undecidable

no sound and complete

data flow analysis

flow sensitivity

flow sensitivity via SSA

flow vs path sensitivity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment