From 65a0a88171c41a5a7611dbb4106e1110c820e6af Mon Sep 17 00:00:00 2001 From: nprimo Date: Tue, 20 Dec 2022 13:06:56 +0100 Subject: [PATCH] docs(injector): improve audit format --- subjects/cybersecurity/injector/audit/README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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?