From ea4ff499b2bd902de8ef2de3d132278cbb86ae4f Mon Sep 17 00:00:00 2001 From: Nikolay Kuznetsov <4705494+knah@users.noreply.github.com> Date: Mon, 1 Jul 2024 20:28:45 +0200 Subject: [PATCH] Update README with archival notice --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 654f469..004afbc 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +# Archival note +This repository has been unmaintained for a while and will be archived soon. Consider using [BepInEx/Il2CppInterop](https://github.com/BepInEx/Il2CppInterop/) as a replacement. + # Il2CppAssemblyUnhollower A tool to generate Managed->IL2CPP proxy assemblies from [Il2CppDumper](https://github.com/Perfare/Il2CppDumper )'s output. @@ -140,4 +143,4 @@ Used by generator itself: * [Mono.Cecil](https://github.com/jbevain/cecil) by jbevain, the main tool to produce assemblies Parts of source used: - * [microsoft-pdb](https://github.com/microsoft/microsoft-pdb) for the PDB generator \ No newline at end of file + * [microsoft-pdb](https://github.com/microsoft/microsoft-pdb) for the PDB generator