You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Il2CppInspectorRedux 2023.1
1
+
# Il2CppInspectorRedux 2025.1
2
2
3
3
Il2CppInspectorRedux helps you to reverse engineer IL2CPP applications, providing the most complete analysis currently available.
4
4
@@ -8,7 +8,7 @@ This is a continuation of [Il2CppInspector, by djkaty](https://github.com/djkaty
8
8
9
9
### Redux only features
10
10
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
12
12
* Proper extraction of static array initializer contents with their correct length
13
13
* Proper support for v27.2+ Il2CppType
14
14
* Fixed support for v24.5
@@ -32,19 +32,19 @@ This is a continuation of [Il2CppInspector, by djkaty](https://github.com/djkaty
32
32
33
33
> [!NOTE]
34
34
> 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.
36
36
37
37
> [!IMPORTANT]
38
38
> The below README is still largely based on the original Il2CppInspector documentation,
39
39
> and may not reflect all of the changes/differences in Il2CppInspectorRedux.
40
40
> 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.
42
42
43
43
### Main features
44
44
45
45
* Output IL2CPP type definitions, metadata and method pointers as **[C# stub code](#creating-c-prototypes)**
46
46
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)
48
48
49
49
* 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.
0 commit comments