Update README.md (new tutorial)
This commit is contained in:
@@ -31,10 +31,12 @@ Il2CppInspector helps you to reverse engineer IL2CPP applications, providing the
|
||||
|
||||
### Tutorials and Guides
|
||||
|
||||
You can read more about IL2CPP in my series [IL2CPP Reverse Engineering](https://katyscode.wordpress.com/category/reverse-engineering/il2cpp/).
|
||||
You can read more about how IL2CPP works in my series [IL2CPP Reverse Engineering](https://katyscode.wordpress.com/category/reverse-engineering/il2cpp/).
|
||||
|
||||
[Using Il2CppInspector's type model to extract protobuf-net definitions (Case Study: Fall Guys)](https://katyscode.wordpress.com/2020/08/10/practical-il2cpp-protobuf/)
|
||||
|
||||
[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/)
|
||||
|
||||
|
||||
### Other features
|
||||
|
||||
@@ -377,6 +379,9 @@ void Run()
|
||||
}
|
||||
```
|
||||
|
||||
A more detailed tutorial 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/)
|
||||
|
||||
### 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.
|
||||
|
||||
Reference in New Issue
Block a user