-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [New][Client] BypassUAC * [New] Added TCP Connection view * [Tweaks][UI] Optimization (imagelist, tabcontrol...) * [New] Added total clients on main UI * [Fix] Some logs could cause crash/be not displayed * [Tweaks] Optimization for PacketHandler (methods full static) * [Tweaks] Optimization for ClientHandler (methods full static) * [Tweaks] Optimization for ServerHandler (methods full static)
- Loading branch information
Showing
302 changed files
with
3,501 additions
and
2,312 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
Remote Access Tool/C2/obj/Release/.NETFramework,Version=v4.5.AssemblyAttributes.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
// <autogenerated /> | ||
using System; | ||
using System.Reflection; | ||
//[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.5", FrameworkDisplayName = ".NET Framework 4.5")] |
Binary file modified
BIN
+308 Bytes
(110%)
Remote Access Tool/C2/obj/Release/C2.csproj.AssemblyReference.cache
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
Remote Access Tool/C2/obj/Release/C2.csproj.CoreCompileInputs.cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
105dcd742de8ee0e0a6fddc63b452b7228bc3b02 | ||
cda5eb7bc6e232f33e621e1a1a38483d03ae39f6 |
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
-71 Bytes
(65%)
Remote Access Tool/C2/obj/Release/DesignTimeResolveAssemblyReferences.cache
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
406 changes: 307 additions & 99 deletions
406
Remote Access Tool/Eagle Monitor RAT Reborn/Controls/ClientForm.Designer.cs
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.