Skip to content
Snippets Groups Projects
Commit 49849b9c authored by Viktor Kuncak's avatar Viktor Kuncak
Browse files

link to slides

parent 5fe0bfab
No related branches found
No related tags found
No related merge requests found
File added
...@@ -2,3 +2,4 @@ ...@@ -2,3 +2,4 @@
Compiler technology enables a deep understanding of source code that is useful beyond producing an executable. In this lecture, we will introduce static analysis that powers tools detecting bugs and vulnerabilities in your code. We will present several techniques: AST-based analysis, taint analysis, and symbolic execution. We will demonstrate how static analysis can be implemented for Amy language. Compiler technology enables a deep understanding of source code that is useful beyond producing an executable. In this lecture, we will introduce static analysis that powers tools detecting bugs and vulnerabilities in your code. We will present several techniques: AST-based analysis, taint analysis, and symbolic execution. We will demonstrate how static analysis can be implemented for Amy language.
* [Slides](./SonarGuestLecture-2022-11-28.pdf)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment