-
Notifications
You must be signed in to change notification settings - Fork 31
Lab Exercise 3
bjjwwang edited this page May 15, 2025
·
21 revisions
$tree
├── CMakeLists.txt
├── CPP
│ ├── AEMgr.cpp
│ ├── AEMgr.h
│ └── test.cpp
└── Python
└── Lab3.ipynb
* Before coding, please type cd $HOME/Software-Security-Analysis and git pull in your terminal to make sure you always have the latest version of the code template before coding.
If git pull fails due to the conflict with your local changes, type git stash to store your current code in a temporal branch and type git pull again. If you want to retrieve your code back, type git stash pop.

For C++, see this section (recommended)
For Python, see this section
For C++, see this section (recommended)
For Python, see this section
For C++, see this section (recommended)
For Python, see this section
For C++, see this section (recommended)
For Python, see this section