Skip to content

Commit 9d6b0c0

Browse files
authored
Update README.md
1 parent 51af520 commit 9d6b0c0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Il2CppInspectorRedux 2023.1
1+
# Il2CppInspectorRedux 2025.1
22

33
Il2CppInspectorRedux helps you to reverse engineer IL2CPP applications, providing the most complete analysis currently available.
44

@@ -8,7 +8,7 @@ This is a continuation of [Il2CppInspector, by djkaty](https://github.com/djkaty
88

99
### Redux only features
1010

11-
* Support for metadata version 29/29.1/31/35/38, with full reconstruction of custom attributes
11+
* Support for metadata version 29/29.1/31/35/38/39, with full reconstruction of custom attributes
1212
* Proper extraction of static array initializer contents with their correct length
1313
* Proper support for v27.2+ Il2CppType
1414
* Fixed support for v24.5
@@ -32,19 +32,19 @@ This is a continuation of [Il2CppInspector, by djkaty](https://github.com/djkaty
3232

3333
> [!NOTE]
3434
> As not all of the old UI features are implemented in the new UIs yet,
35-
> the old ones are still built by GitHub Actions and available in the releases with the `Old` suffix.
35+
> the old ones are still built by GitHub Actions and available in the releases with the `Legacy` suffix.
3636
3737
> [!IMPORTANT]
3838
> The below README is still largely based on the original Il2CppInspector documentation,
3939
> and may not reflect all of the changes/differences in Il2CppInspectorRedux.
4040
> Notably, it still features the old UIs and not the new Redux ones,
41-
> among others that have been removed in Redux.
41+
> among other features that have been removed in Redux.
4242
4343
### Main features
4444

4545
* Output IL2CPP type definitions, metadata and method pointers as **[C# stub code](#creating-c-prototypes)**
4646

47-
* Create **.NET assembly shim DLLs** containing the IL2CPP application structure and metadata for use in decompilers such as [ILSpy](https://github.com/icsharpcode/ILSpy), [dnSpy](https://github.com/dnSpy/dnSpy), Unity asset loading with [AssetStudio](https://github.com/Perfare/AssetStudio) or managed proxy generation with [Il2CppAssemblyUnhollower](https://github.com/knah/Il2CppAssemblyUnhollower)
47+
* Create **.NET assembly shim DLLs** containing the IL2CPP application structure and metadata for use in decompilers such as [ILSpy](https://github.com/icsharpcode/ILSpy), [dnSpy](https://github.com/dnSpyEx/dnSpy), Unity asset loading with [AssetStudio](https://github.com/Perfare/AssetStudio) or managed proxy generation with [Il2CppAssemblyUnhollower](https://github.com/knah/Il2CppAssemblyUnhollower)
4848

4949
* Create **[C++ scaffolding](#creating-c-scaffolding-or-a-dll-injection-project)** for all types, methods, function pointers and API functions in an IL2CPP application for use in x64dbg, Cydia Substrate etc.
5050

0 commit comments

Comments
 (0)