From 778abfa7cc11c7766c78df920c583f2f7b7837c7 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Fri, 8 Sep 2023 00:04:23 +0200 Subject: [PATCH] difficulty hexdump --- Tasks.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tasks.md b/Tasks.md index c37fd7d..d56e6cc 100644 --- a/Tasks.md +++ b/Tasks.md @@ -398,13 +398,13 @@ use `ed`.). Note: If you're looking for a great, fully featured hexeditor, I'd recommend `bvi` ("binary vi"), which is packaged by most distributions. --> `apt-get install bvi` +-> `apt-get install bvi` <- Note: I have no Idea how to install a python script as executable on windows, I don't like windows either, so no support for installing stuff on windows. ### A. Hexdumper -Difficulty: 2/5 +Difficulty: 3/5 1. Dump the data of [data/metasyntactic.md](./data/metasyntactic.md) -- In