Update README.md

This commit is contained in:
Katy Coe
2021-01-14 02:45:46 +01:00
parent 03694f15bf
commit 3e4910a0fa

View File

@@ -58,6 +58,8 @@ You can read more about how IL2CPP works in my series IL2CPP Reverse Engineering
[How to create, use and debug IL2CPP DLL injection projects](https://katyscode.wordpress.com/2020/11/27/il2cppinspector-tutorial-how-to-create-use-and-debug-il2cpp-dll-injection-projects/)
[Working with code in IL2CPP DLL injection projects](https://katyscode.wordpress.com/2021/01/14/il2cppinspector-tutorial-working-with-code-in-il2cpp-dll-injection-projects/)
[Il2CppInspector Plugin Development Wiki](https://github.com/djkaty/Il2CppInspector/wiki/Plugins%3A-Getting-Started)
#### Reverse engineering walkthroughs
@@ -449,9 +451,12 @@ void Run()
}
```
A more detailed tutorial can be found here:
More detailed tutorials can be found here:
[How to create, use and debug IL2CPP DLL injection projects](https://katyscode.wordpress.com/2020/11/27/il2cppinspector-tutorial-how-to-create-use-and-debug-il2cpp-dll-injection-projects/)
[Working with code in IL2CPP DLL injection projects](https://katyscode.wordpress.com/2021/01/14/il2cppinspector-tutorial-working-with-code-in-il2cpp-dll-injection-projects/)
### Creating a Visual Studio C# code stubs solution
Il2CppInspector can create a complete Visual Studio workspace with a solution (.sln) file, project (.csproj) files and assembly-namespace-class tree-like folder structure. Each project creates a single assembly.