From 618216c966ed280099cc42ad144ec2a8be3361b3 Mon Sep 17 00:00:00 2001 From: Andi <65138215+PrisonOfMirrors@users.noreply.github.com> Date: Sat, 28 Nov 2020 18:30:21 -0600 Subject: [PATCH] Create README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..365494f --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# devil-archives +The beginning and end of Devilution - Diablo reverse engineered + +I've decided to release the very first version of Devilution alongside the last. This is for all those of you out there that think reversing takes no time at all. + +The first version [2018_03_14](2018_03_14) was a raw dump from IDA that had thousands of errors fixed before it finally compiled. Executable immediately crashes when ran. + +The last version [2020_03_31](2020_03_31) will let you see what two years of work to clean it all up resulted in. This is the latest rewrite done entirely by me, based off the beta and existing cleanups. + +Credits to the people who also helped along the way.