-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Welcome to your introduction to Reverse Engineering! | ||
Reverse Engineering is a critial art that you will evolve during your journey through pwn.college, and this journey starts here with the Connor Image Format, cIMG. | ||
You have never heard of cIMG before, and it does not actually exist in the wider world, but throughout this module you will _reverse engineer_ it by analyzing various iterations of cIMG rendering libraries. | ||
You have never heard of cIMG before, and it does not actually exist in the wider world, but throughout this module you will _reverse engineer_ it by analyzing various iterations of cIMG rendering binaries. | ||
By the time you solve the last level, you will have gone from no knowledge about cIMG to complete understanding of it, a path that you will walk many times with many different programs. |