cscg24-rev1

CSCG 2024 Challenge 'Intro Reverse Engineering 1'
git clone https://git.sinitax.com/sinitax/cscg24-rev1
Log | Files | Refs | sfeed.txt

commit a557c22b5f65beb2c98a3513a5bc380d58b29858
parent ce9cec2342ea6e64edc7d45c2e0baf274f38b33f
Author: Louis Burda <quent.burda@gmail.com>
Date:   Fri,  5 Apr 2024 20:16:29 +0200

Add challenge description

Diffstat:
Achall/description | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/chall/description b/chall/description @@ -0,0 +1 @@ +Let's have a gentle introduction to reverse engineering x86_64 binaries on Linux. You can find a detailed writeup with many basics and solutions to this challenge attached :)