Add .gitignore and README.txt as first commit
authorLukáš Jiřiště <gymnazium.jiriste@gmail.com>
Sun, 28 Apr 2024 19:32:03 +0000 (21:32 +0200)
committerLukáš Jiřiště <gymnazium.jiriste@gmail.com>
Sun, 28 Apr 2024 19:32:03 +0000 (21:32 +0200)
.gitignore [new file with mode: 0644]
README.txt [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..6f71831
--- /dev/null
@@ -0,0 +1,3 @@
+*.[oa]
+tags
+*.pgm
diff --git a/README.txt b/README.txt
new file mode 100644 (file)
index 0000000..b659ecf
--- /dev/null
@@ -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 <file_name> [<output_file_name>]