From 25da312a7c18faa502e4ce10ee7481d2d89bf2a0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Luk=C3=A1=C5=A1=20Ji=C5=99i=C5=A1t=C4=9B?= Date: Sun, 28 Apr 2024 21:32:03 +0200 Subject: [PATCH 1/1] Add .gitignore and README.txt as first commit --- .gitignore | 3 +++ README.txt | 15 +++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 .gitignore create mode 100644 README.txt diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6f71831 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.[oa] +tags +*.pgm diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..b659ecf --- /dev/null +++ b/README.txt @@ -0,0 +1,15 @@ +This is a small project aiming to implement a data visualisation +I encountered in the video + +Reverse Engineering Data Files +by Tsoding Daily +https://www.youtube.com/watch?v=AUWxl0WdiNI + +who in turn found the concept in the video + +4 2 1 Christopher Domas The future of RE Dynamic Binary Visualisation +by Adrian Crenshaw +https://www.youtube.com/watch?v=4bM3Gut1hIk + +The program should be quite simple to use, I imagine something like +./consebit [] -- 2.30.2