From 787fb5a56921967289111fd57d95edce4b01fb2c Mon Sep 17 00:00:00 2001 From: Sam Byass Date: Mon, 3 Oct 2022 02:09:38 +0100 Subject: [PATCH] Create README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..beeb21f --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# UnityMemorySnapshotThing + +Tool to analyze unity memory snapshot files (`*.snapshot`) outside of unity, and find leaked managed shells. + +Also includes a library for you to work with these files yourself.