Compare commits

...

2 Commits

Author SHA1 Message Date
sagarishere 412ac5d0bf
Merge 4e896384c8 into bf0e6e8876 2024-08-12 11:44:50 +03:00
sagarishere 4e896384c8
add strings to forbidden
every exercise can currently be solved by using strings for example

` strings bin | grep "modified"` 

to give the message required to complete the exercise.

However, that technique will teach us nothing about binary inspection, reverse engineering or binary manipulation.
2024-02-29 17:12:34 +02:00
1 changed files with 1 additions and 0 deletions

View File

@ -43,3 +43,4 @@ Files that must be inside your repository:
- All tools you use, and any scripts you write.
> It's forbidden to use external scripts, in the audit you will be asked different questions about the concepts and the practices of this project, prepare yourself!
> It's is forbidden to use `strings` command.