From 96097cc8f38e9bb207175697ca20f6bbfd2d8cdc Mon Sep 17 00:00:00 2001 From: Katy Coe Date: Sat, 18 Mar 2017 09:35:41 +0100 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f3d6b19c..504c8d6e 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,25 @@ Extract types, methods, properties and fields from Unity IL2CPP binaries. * No manual reverse-engineering required; all data is calculated automatically * **Il2CppInspector** re-usable class library -Targets .NET Standard 1.5 / .NET Core 1.1. Built with Visual Studio 2017. +Targets .NET Standard 1.6. Built with Visual Studio 2017. + +### Build instructions + +``` +git clone --recursive https://github.com/djkaty/Il2CppInspector +cd Il2CppInspector +dotnet restore -r win7-x86 +dotnet publish -c Release -r win7-x86 +``` + +This will build Il2CppInspector for Windows 7 and later. For MacOS and Linux, replace `win7-x86` with a RID from https://docs.microsoft.com/en-us/dotnet/articles/core/rid-catalog + +The output binary is placed in `Il2CppInspector/Il2CppDumper/bin/Release/netstandard1.6/win7-x86/publish`. ### Usage ``` -dotnet run [ [ []]] +Il2CppDumper [ [ []]] ``` Defaults if not specified: