From 0f3159d4725d4054ad41b41e7af5e73e13a4b79f Mon Sep 17 00:00:00 2001 From: Jean-Marie Mineau Date: Tue, 7 Dec 2021 23:16:40 +0100 Subject: [PATCH] use the right link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 045f731..81a7b05 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Lost Legacy -This is a CTF from [ph0wn](https://ctf.ph0wn.org/) 2021. +This is a CTF from [ph0wn](https://ph0wn.org/) 2021. Thank to the team at ph0wn for the great CTF! @@ -35,7 +35,7 @@ The instructions gives us a few names an mention Oberon (I'm still not sure if i After some research arround the subject (and a big hint on the discord :eyes:), I arrived to the conclusion that the `.sym` is bytecode from Modula 2. -More research on Modula brought me to this github user: Oric4ever (https://github.com/Oric4ever). +More research on Modula brought me to this github user: [Oric4ever](https://github.com/Oric4ever). ## Run the program: