Skip to content

Commit

Permalink
removed binarys & fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MrLiamMcQ committed Dec 31, 2018
1 parent c8be748 commit 37b46f1
Show file tree
Hide file tree
Showing 113 changed files with 1 addition and 1,474 deletions.
Binary file modified .vs/DllEmbeddedInjectorMaker/v15/.suo
Binary file not shown.
Binary file modified .vs/DllEmbeddedInjectorMaker/v15/Server/sqlite3/storage.ide-shm
Binary file not shown.
Binary file modified .vs/DllEmbeddedInjectorMaker/v15/Server/sqlite3/storage.ide-wal
Binary file not shown.
6 changes: 1 addition & 5 deletions DllEmbeddedInjectorMaker/MainWindow.xaml.cs
Expand Up @@ -173,10 +173,6 @@ void drop_files(object sender, DragEventArgs e)
var offsetAmount = count;

for (int i = 0; i < textBox1.Text.Length; i++) {

char value = (char)bytes[offsetAmount];
char value2 = (char)textBox1.Text[i];

bytes[offsetAmount] = (byte)textBox1.Text[i];
offsetAmount++;
}
Expand All @@ -186,7 +182,7 @@ void drop_files(object sender, DragEventArgs e)
}
string loaction = AppDomain.CurrentDomain.BaseDirectory;
string targetLoc = loaction + outputName;
EmbedDllFile(FileList[0].ToCharArray(), targetLoc.ToCharArray());
EmbedDllFile(FileList[indexLocation].ToCharArray(), targetLoc.ToCharArray());
Process.Start(loaction);// open file view expolrer
return;
}// use embedding code test to find my not append
Expand Down
55 changes: 0 additions & 55 deletions DllEmbeddedInjectorMaker/Properties/AssemblyInfo.cs

This file was deleted.

71 changes: 0 additions & 71 deletions DllEmbeddedInjectorMaker/Properties/Resources.Designer.cs

This file was deleted.

117 changes: 0 additions & 117 deletions DllEmbeddedInjectorMaker/Properties/Resources.resx

This file was deleted.

30 changes: 0 additions & 30 deletions DllEmbeddedInjectorMaker/Properties/Settings.Designer.cs

This file was deleted.

7 changes: 0 additions & 7 deletions DllEmbeddedInjectorMaker/Properties/Settings.settings

This file was deleted.

Binary file not shown.
Binary file removed DllEmbeddedInjectorMaker/embedingCode.dll
Binary file not shown.
70 changes: 0 additions & 70 deletions DllEmbeddedInjectorMaker/obj/Debug/App.g.cs

This file was deleted.

0 comments on commit 37b46f1

Please sign in to comment.