Skip to content

Commit 9392189

Browse files
committed
3.2.0.0
* [New] Guna version changed (2.0.1.4 => 2.0.3.2) * [New] Screenlocker avoid closing new method added * [New] Hook keyboard new messages added * [New][UI] Added changelog with GitHub API * [UI] Builder & startup task configurator added in client menu * [UI] Some UI tweaks * [UI] New ui for logs : no new form created for logs, they are placed in a datagridview on Main form * [Fix] ShortCut in file manager could not download file * [Fix] Victim cannot send msg in chat * [Fix] Forms not closing when socket disposed * [Fix] Many bugs have been fixed (better error handling, null reference corrected) * [Note] Tested on freshly installed VM
1 parent 33de748 commit 9392189

File tree

354 files changed

+1552
-1836
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

354 files changed

+1552
-1836
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.

Remote Access Tool/ClientDll/obj/Release/ClientDll.csproj.FileListAbsolute.txt

-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,3 @@ E:\личный\программирование\C#\Eagle Monitor Reborn\Remote
1616
E:\личный\программирование\C#\Eagle Monitor Reborn\Remote Access Tool\ClientDll\obj\Release\ClientDll.csproj.Fody.CopyLocal.cache
1717
E:\личный\программирование\C#\Eagle Monitor Reborn\Remote Access Tool\ClientDll\obj\Release\ClientDll.dll
1818
D:\личный\программирование\C#\Eagle Monitor Reborn\Remote Access Tool\bin\Release\Stubs\ClientDll.dll
19-
E:\личный\программирование\C#\Eagle Monitor Reborn\Remote Access Tool\ClientDll\obj\Release\ClientDll.csproj.CopyComplete
Binary file not shown.
Binary file not shown.
Binary file not shown.

Remote Access Tool/ClientVBDll/obj/Release/ClientVBDll.vbproj.FileListAbsolute.txt

-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,3 @@ E:\личный\программирование\C#\Eagle Monitor Reborn\Remote
1818
E:\личный\программирование\C#\Eagle Monitor Reborn\Remote Access Tool\ClientVBDll\obj\Release\ClientVBDll.vbproj.Fody.CopyLocal.cache
1919
E:\личный\программирование\C#\Eagle Monitor Reborn\Remote Access Tool\ClientVBDll\obj\Release\ClientVBDll.dll
2020
D:\личный\программирование\C#\Eagle Monitor Reborn\Remote Access Tool\bin\Release\Stubs\ClientVBDll.dll
21-
E:\личный\программирование\C#\Eagle Monitor Reborn\Remote Access Tool\ClientVBDll\obj\Release\ClientVBDll.vbproj.CopyComplete
108 KB
Binary file not shown.

Remote Access Tool/Eagle Monitor Builder/Main.Designer.cs

+1-79
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Remote Access Tool/Eagle Monitor Builder/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// Vous pouvez spécifier toutes les valeurs ou indiquer les numéros de build et de révision par défaut
3333
// en utilisant '*', comme indiqué ci-dessous :
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("3.1.9.0")]
36-
[assembly: AssemblyFileVersion("3.1.9.0")]
35+
[assembly: AssemblyVersion("3.2.0.0")]
36+
[assembly: AssemblyFileVersion("3.2.0.0")]
Binary file not shown.

Remote Access Tool/Eagle Monitor Configurator/Main.Designer.cs

+23-48
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Remote Access Tool/Eagle Monitor Configurator/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// Vous pouvez spécifier toutes les valeurs ou indiquer les numéros de build et de révision par défaut
3333
// en utilisant '*', comme indiqué ci-dessous :
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("3.1.9.0")]
36-
[assembly: AssemblyFileVersion("3.1.9.0")]
35+
[assembly: AssemblyVersion("3.2.0.0")]
36+
[assembly: AssemblyFileVersion("3.2.0.0")]
Binary file not shown.

0 commit comments

Comments
 (0)