mirror of https://github.com/01-edu/public.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
1.1 KiB
30 lines
1.1 KiB
2 years ago
|
#### General
|
||
|
|
||
|
Knowledge-Check:
|
||
|
|
||
|
###### Is the student able to explain clearly what reverse engineering means?
|
||
|
|
||
|
###### Is the student able to explain clearly what is the difference between decompilation and disassembly and hex-editor?
|
||
|
|
||
|
###### Is the student able to explain clearly how he patch the program?
|
||
|
|
||
|
###### Is the student able to explain clearly how the "hole-in-bin" program works and how he pass the verification?
|
||
|
|
||
|
##### Check the Repo content
|
||
|
|
||
|
Files that must be inside your repository:
|
||
|
|
||
|
- a README.md file, Which explains all the steps you went through in order to bypass the program.
|
||
|
|
||
|
###### Does the required files present?
|
||
|
|
||
|
##### Evaluate the student's submission
|
||
|
|
||
|
Start a Windows operating system, x32 or 64 bits(INTEL or AMD).
|
||
|
Run the program [hole-in-bin](../resources/hole-in-bin.exe)
|
||
|
Run Student Patch
|
||
|
|
||
|
###### Does the patch developed by the student circumvent the security of the program and allow the display in green color of the text: please withdraw your money?
|
||
|
|
||
|
###### Can the student perform this same task again manually with a decompiler-disassembler or hex editor?
|