Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzyhau committed Apr 27, 2024
1 parent bbfa0a0 commit 565f57b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 565f57b

Please sign in to comment.