Lab 07 FindThePassword
Lab 07 FindThePassword
FindThePassword #1
Q1) You are required to provide either a video or a step-by-step walk-through on how to
Reverse Engineer the applications found in the https://www.begin.re/ tutorial.
1. Password
2. Good_Luck
3. Julia
Useful resources:
strncmp, http://www.cplusplus.com/reference/cstring/strncmp
strlen, https://www.cplusplus.com/reference/cstring/strlen/
malloc, https://www.tutorialspoint.com/c_standard_library/c_function_malloc.htm
strcpy, https://www.cplusplus.com/reference/cstring/strcpy/
Ceaser Cipher, https://www.dcode.fr/caesar-cipher
One of the greatest set of tutorials related to Reverse Engineering is the Lena Tutorials
which can be found converted into videos here (originally they were flash).