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.