From 967788c96184122709d4d9f93a5ad82aac3b5b64 Mon Sep 17 00:00:00 2001 From: CONIGUERO <64615687+CONIGUERO@users.noreply.github.com> Date: Thu, 24 Dec 2020 02:02:18 -0300 Subject: [PATCH] Add preview README (repo is not public yet!) --- 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..be73d60 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +## CTFAK + +Experimental tool to decrypt, analyze, dump and decompile games made with ClickTeam Fusion. + +**NOTE:** EXE -> MFA is not yet completely supported! + +# Build instructions + +Clone the project and build with VS2019, remember to include the ZLib C# extension and external libraries (GUI and decrypter.dll) +Instructions on how to build the decrypter library will be coming soon.