diff --git a/RpcInvestigator.csproj b/RpcInvestigator.csproj index 49bd536..5b8592b 100644 --- a/RpcInvestigator.csproj +++ b/RpcInvestigator.csproj @@ -52,6 +52,7 @@ prompt 4 true + false app.manifest diff --git a/RpcLibrary.cs b/RpcLibrary.cs index cc8a39d..fb27809 100644 --- a/RpcLibrary.cs +++ b/RpcLibrary.cs @@ -16,9 +16,6 @@ using System.Text; using System.Threading.Tasks; using NtApiDotNet.Win32; using NtApiDotNet; -using System.Net; -using GraphX.Common; -using System.Windows; namespace RpcInvestigator {