Skip to content

Instantly share code, notes, and snippets.

@radustoenescu
Created December 16, 2019 14:52
Show Gist options
  • Save radustoenescu/6fe882c52952cf1d7e773a5f2295e932 to your computer and use it in GitHub Desktop.
Save radustoenescu/6fe882c52952cf1d7e773a5f2295e932 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

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