From 565f57b56cb74351ccf892f3473773e4b934898c Mon Sep 17 00:00:00 2001 From: Krzyhau Date: Sat, 27 Apr 2024 18:16:53 +0200 Subject: [PATCH] add readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3d45877 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# FEZStripGen + +A simple .NET program that generates stripped FEZ binaries. + +An input should be a directory containing binaries of DRM-free version of FEZ v1.12. As an output, it produces a copy of these binaries, with a couple of differences: + +- Body of every method is stripped, making binaries header-only. +- Every reference of `MockAchievement` and `MockUser` has been removed to allow generating hooks which work on all platforms.