diff --git a/Il2CppInspector.GUI/MainWindow.xaml b/Il2CppInspector.GUI/MainWindow.xaml index a794fc9..4de44f1 100644 --- a/Il2CppInspector.GUI/MainWindow.xaml +++ b/Il2CppInspector.GUI/MainWindow.xaml @@ -8,7 +8,8 @@ mc:Ignorable="d" Title="Il2CppInspector" Height="850" Width="1080" Background="White" WindowStartupLocation="CenterScreen" - ContentRendered="MainWindow_OnContentRendered"> + ContentRendered="MainWindow_OnContentRendered" + Drop="MainWindow_OnDrop"> @@ -92,6 +93,20 @@ + + + + + @@ -407,20 +422,22 @@ Option 1 - Select an IL2CPP metadata file + Select or drag & drop an IL2CPP metadata file + + You can drag & drop both the metadata and binary together - +