- Instructor: Kihong Heo ([email protected])
- TAs: Changhoon Song ([email protected]) , Hyunsoo Shin ([email protected])
- Time: Mon/Wed 09:00 - 10:30
- Office hour: Mon 10:30 - 11:30, N5 #2321
- Location: N1 #114
This course teaches a series of topics to build safe software systems based on programming language theories and techniques. The course covers formal semantics of programming languages and state-of-the-art techniques to formally estimate software behavior to prevent security vulnerabilities beforehand. In addition, the course introduces new waves in language-based security, thereby encouraging students to imagine and realize secure and reliable programming systems.
- Homework: 50%
- Project: 30%
- Midterm: 0% (due to the COVID-19 outbreak)
- Final: 20%
- Lecture slides will be provided
- Xavier Rival and Kwangkeun Yi, Introduction to Static Analysis: an Abstract Interpretation Perspective, MIT Press, 2020
This course includes programming assignments through which students will learn how to design
and implement program analyzers.
We will use Github/Github Classroom to provide skeleton code and manage submissions.
Make sure you have a Github account and get the student developer pack benefits.
Moreover, student should get familiar with git
.
If you are new to git
, see this book.
Students will use the OCaml programming language for the assignments.
All submissions will be managed using Github.
For each assignment, a unique invitation URL for Github Classroom will be posted at KLMS.
Once you accept the invitation, a private repository for your assignment will be created.
You can push as many commits as you want before the deadline. We will grade the final commit of your master
branch.
The late homework policy is as follows:
- 80% credit for one day late
- 50% credit for two days late
- NO credit given after two days late
Students will propose their own project topics in the middle of the semester and present their final results at the end. See the guidelines for the details. Here are a selected list of research papers that use static analysis for interesting problems in different area:
- Security
- Software Engineering
- Operating Systems
- Architecture
This tool will be useful when you run your LLVM analyzer for realword programs.
Students who violates academic integrity will get an F.