diff --git a/subjects/cybersecurity/injector/audit/README.md b/subjects/cybersecurity/injector/audit/README.md index 5805a143..19a54209 100644 --- a/subjects/cybersecurity/injector/audit/README.md +++ b/subjects/cybersecurity/injector/audit/README.md @@ -5,18 +5,17 @@ Files that must be inside your repository: - Your program source code. + - a README.md file, Which clearly explains how to use the program. -###### Does the required files present? +###### Are the required files present? ##### Evaluate the student's submission -Knowledge-Check: - ###### Is the student able to explain clearly how we can merge 2 programs? ###### Is the student able to explain clearly how his program works? -Create two simple binaries +##### Create two simple binaries -###### Verify that the student's program can paste the two binaries in arguments into one binary? +###### Can the student's program merge the two binaries passed as arguments into one binary?