chapters/data/memory-security/drills/tasks: Add solutions and checkers #134
Labels
area/code
Update or new source code support / solution files
area/content
Content (Markdown) update
area/reading
Update to reading content
area/tasks
Update to tasks
kind/improve
Improve / Update existing content / item
topic/data
Related to "Data" chapter
The tasks in the
memory-security
subchapter [1] require students to make small changes and notice various behaviours. These can be verified via scripts for each individual task.Each task (except for
exec-shellcode
[2]) requires the following changes:support/
folder and add thegenerate_skels.py
infrastructure to generate the skeletons from the solutions.exec-shellcode
[3] to each task. Make sure to only place these checkers in thesolution/
folder and have them copied tosupport/
when runningmake skels
.[1] https://github.com/cs-pub-ro/operating-systems/tree/main/chapters/data/memory-security/drills/tasks
[2] https://github.com/cs-pub-ro/operating-systems/tree/main/chapters/data/memory-security/drills/tasks/exec-shellcode
[3] https://github.com/cs-pub-ro/operating-systems/tree/main/chapters/data/memory-security/drills/tasks/exec-shellcode/support/tests
The text was updated successfully, but these errors were encountered: