Reverse Engineering - Part 2
Sep 28, 2023
Diego Iañez
Diego Iañez
Software Developer

If a piece of software runs on our machine, it means we have access to the code and we can reverse-engineer how it works. In the second part of this seminar, we will illustrate this by reverse-engineering an application that works with encrypted data, so that we can write a program that can decrypt that data.