From a389569a10c1d329167110d30b3368656e41e59d Mon Sep 17 00:00:00 2001 From: Katy Date: Tue, 11 Feb 2020 06:22:43 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 04eb615..1647307 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,8 @@ Reusable class libraries: Class library targets .NET Standard 2.1. Application targets .NET Core 3.0. Built with Visual Studio 2019. +NOTE: **Il2CppInspector is not a decompiler!** It cannot take an executable file and regenerate all of the source code for you. The output includes function pointers to each method so that you can quickly locate the methods of interest in a disassembler. + ### Build instructions ```