Skip to content

Commit 7dbc698

Browse files
authored
Add files via upload
1 parent b3ed4a2 commit 7dbc698

40 files changed

Lines changed: 3442 additions & 674 deletions

Images/AllWindows.png

400 KB
Loading

Images/Injector.png

52.8 KB
Loading

Images/LogViewer.png

48.4 KB
Loading

Images/ProcessMonitor.png

28.3 KB
Loading

README.md

Lines changed: 211 additions & 161 deletions
Large diffs are not rendered by default.

SharpMonoInjector.Console/Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ private static void Main(string[] args)
1717

1818
if (!IsElevated)
1919
{
20-
System.Console.WriteLine("\r\nSharpMonoInjector 2.5 TheHolyOneZ Edition\r\n\r\nWARNING: You are running this in an unpriveleged process, try from an Elevated Command Prompt.\r\n");
20+
System.Console.WriteLine("\r\nSharpMonoInjector 2.6 TheHolyOneZ Edition\r\n\r\nWARNING: You are running this in an unpriveleged process, try from an Elevated Command Prompt.\r\n");
2121
System.Console.WriteLine("\t As an alternative, right-click Game .exe and uncheck the Compatibility\r\n\t setting 'Run this program as Administrator'.\r\n\r\n");
2222
//System.Console.ReadKey();
2323
//return;
@@ -70,7 +70,7 @@ private static void Main(string[] args)
7070
private static void PrintHelp()
7171
{
7272
const string help =
73-
"SharpMonoInjector 2.5 TheHolyOneZ Edition\r\n\r\n" +
73+
"SharpMonoInjector 2.6 TheHolyOneZ Edition\r\n\r\n" +
7474
"Usage:\r\n" +
7575
"smi.exe <inject/eject> <options>\r\n\r\n" +
7676
"Options:\r\n" +
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

SharpMonoInjector.Gui/App.xaml

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,10 @@
44
xmlns:local="clr-namespace:SharpMonoInjector.Gui"
55
StartupUri="Views/MainWindow.xaml">
66
<Application.Resources>
7-
<!-- Modern Color Palette -->
8-
<SolidColorBrush x:Key="PrimaryBackground" Color="#FF1A1A1A"/>
9-
<SolidColorBrush x:Key="SecondaryBackground" Color="#FF252525"/>
10-
<SolidColorBrush x:Key="TertiaryBackground" Color="#FF2F2F2F"/>
11-
<SolidColorBrush x:Key="AccentGreen" Color="#FF00E676"/>
12-
<SolidColorBrush x:Key="AccentGreenDark" Color="#FF00C853"/>
13-
<SolidColorBrush x:Key="AccentBlue" Color="#FF00B0FF"/>
14-
<SolidColorBrush x:Key="TextPrimary" Color="#FFFFFFFF"/>
15-
<SolidColorBrush x:Key="TextSecondary" Color="#FFB0B0B0"/>
16-
<SolidColorBrush x:Key="BorderColor" Color="#FF3A3A3A"/>
17-
<SolidColorBrush x:Key="HoverColor" Color="#FF353535"/>
18-
19-
<!-- Modern Font -->
20-
<FontFamily x:Key="ModernFont">Segoe UI</FontFamily>
7+
<ResourceDictionary>
8+
<ResourceDictionary.MergedDictionaries>
9+
<ResourceDictionary Source="pack://application:,,,/smi_gui;component/Styles.xaml"/>
10+
</ResourceDictionary.MergedDictionaries>
11+
</ResourceDictionary>
2112
</Application.Resources>
2213
</Application>

0 commit comments

Comments
 (0)