diff options
author | Marvin Borner | 2024-06-03 23:08:02 +0200 |
---|---|---|
committer | Marvin Borner | 2024-06-03 23:08:02 +0200 |
commit | 6e0f159c4124a2582e3a6f50718d6cb514f483ab (patch) | |
tree | 5f8a68c8b1a63aeda040129f09c9d42f06dda860 | |
parent | 06e1e737a5eeae22d725fba01c44eabc86d6ee99 (diff) |
Fix link
-rw-r--r-- | never-gonna-run-around-and-reverse-you.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/never-gonna-run-around-and-reverse-you.md b/never-gonna-run-around-and-reverse-you.md index 08959a7..defdd9f 100644 --- a/never-gonna-run-around-and-reverse-you.md +++ b/never-gonna-run-around-and-reverse-you.md @@ -12,7 +12,7 @@ strings that indicate a C-like origin. ## Decompilation We decompile the program using BinaryNinja on the -[https://dogbolt.org](dogbolt) decompiler explorer: +[dogbolt](https://dogbolt.org) decompiler explorer: ``` c int32_t main(int32_t argc, char** argv, char** envp) |