[GH-ISSUE #727] client.bin always missing after build #470

Closed
opened 2026-02-27 15:50:31 +03:00 by kerem · 5 comments
Owner

Originally created by @agent47007 on GitHub (Nov 11, 2018).
Original GitHub issue: https://github.com/quasar/Quasar/issues/727

hello,
i added the folder as an exception to comodo antivirus 10.
but i noticed that anytime i build a solution when my anti-virus is on i get a successful build but without the client.bin file
but when i build a solution when i have disabled of my antivirus setting i get the following error below.
i have already tried and tried package restore so many times and play around with package manager for hours and days without any resolve.
i also disabled most of my windows defender settings. can you do a build and send me
thanks
Severity Code Description Project File Line Suppression State
Error The command ""C:\Users\agent47\achike\QuasarRAT\packages\ILMerge.2.14.1208\tools\ILMerge.exe" /out:"C:\Users\agent47\achike\QuasarRAT\bin\Release\Client.all.exe" "C:\Users\agent47\achike\QuasarRAT\bin\Release\Client.exe" "C:\Users\agent47\achike\QuasarRAT\bin\Release\protobuf-net.dll" "C:\Users\agent47\achike\QuasarRAT\bin\Release\Gma.System.MouseKeyHook.dll" "C:\Users\agent47\achike\QuasarRAT\bin\Release\Quasar.Common.dll" /target:WinExe /wildcards /internalize
copy "C:\Users\agent47\achike\QuasarRAT\bin\Release\Client.all.exe" "C:\Users\agent47\achike\QuasarRAT\bin\Release\client.bin" /Y" exited with code 1. Quasar.Client
Severity Code Description Project File Line Suppression State
Warning CS0169 The field 'Client._typeIndex' is never used Quasar.Client C:\Users\agent47\achike\QuasarRAT\Quasar.Client\Networking\Client.cs 197 Active

Originally created by @agent47007 on GitHub (Nov 11, 2018). Original GitHub issue: https://github.com/quasar/Quasar/issues/727 hello, i added the folder as an exception to comodo antivirus 10. but i noticed that anytime i build a solution when my anti-virus is on i get a successful build but without the client.bin file but when i build a solution when i have disabled of my antivirus setting i get the following error below. i have already tried and tried package restore so many times and play around with package manager for hours and days without any resolve. i also disabled most of my windows defender settings. can you do a build and send me thanks Severity Code Description Project File Line Suppression State Error The command ""C:\Users\agent47\achike\QuasarRAT\packages\ILMerge.2.14.1208\tools\ILMerge.exe" /out:"C:\Users\agent47\achike\QuasarRAT\bin\Release\Client.all.exe" "C:\Users\agent47\achike\QuasarRAT\bin\Release\Client.exe" "C:\Users\agent47\achike\QuasarRAT\bin\Release\protobuf-net.dll" "C:\Users\agent47\achike\QuasarRAT\bin\Release\Gma.System.MouseKeyHook.dll" "C:\Users\agent47\achike\QuasarRAT\bin\Release\Quasar.Common.dll" /target:WinExe /wildcards /internalize copy "C:\Users\agent47\achike\QuasarRAT\bin\Release\Client.all.exe" "C:\Users\agent47\achike\QuasarRAT\bin\Release\client.bin" /Y" exited with code 1. Quasar.Client Severity Code Description Project File Line Suppression State Warning CS0169 The field 'Client._typeIndex' is never used Quasar.Client C:\Users\agent47\achike\QuasarRAT\Quasar.Client\Networking\Client.cs 197 Active
kerem closed this issue 2026-02-27 15:50:31 +03:00
Author
Owner

@mystyq commented on GitHub (Nov 11, 2018):

Disable Windows Defender Real-time protection

<!-- gh-comment-id:437695544 --> @mystyq commented on GitHub (Nov 11, 2018): Disable Windows Defender Real-time protection
Author
Owner

@15w34r0n3D4y commented on GitHub (Nov 11, 2018):

Solution is:

First download/manage nuget package for "Client" called "ILMerge.Tools". (installed in QuasarRAT/packages)
After it click "Properties" on "Client" then "Build Events" and "Edit Post-build". (from "Client.all.exe" to "Client.exe").

That's it.

@agent47007

<!-- gh-comment-id:437700756 --> @15w34r0n3D4y commented on GitHub (Nov 11, 2018): Solution is: First download/manage nuget package for "Client" called "ILMerge.Tools". (installed in QuasarRAT/packages) After it click "Properties" on "Client" then "Build Events" and "Edit Post-build". (from "Client.all.exe" to "Client.exe"). That's it. @agent47007
Author
Owner

@MaxXor commented on GitHub (Nov 11, 2018):

That's not required if you would just disable the AV.

<!-- gh-comment-id:437701806 --> @MaxXor commented on GitHub (Nov 11, 2018): That's not required if you would just disable the AV.
Author
Owner

@15w34r0n3D4y commented on GitHub (Nov 12, 2018):

That's not required if you would just disable the AV.

Yes I disable it, but when I downloading file from GH and FF detect it like virus, I got error as user @agent47007 and fix like it, but client doesn't work. Then I use other method and clone from GH and try again, now everything works (client and server) without errors. I see client.exe and client.all.exe got diff size file.

Thank you 👍

<!-- gh-comment-id:437896215 --> @15w34r0n3D4y commented on GitHub (Nov 12, 2018): > > > That's not required if you would just disable the AV. Yes I disable it, but when I downloading file from GH and FF detect it like virus, I got error as user @agent47007 and fix like it, but client doesn't work. Then I use other method and clone from GH and try again, now everything works (client and server) without errors. I see client.exe and client.all.exe got diff size file. Thank you 👍
Author
Owner

@MaxXor commented on GitHub (Nov 12, 2018):

Yes they have different file sizes because Client.all includes all required dependencies (dlls).

<!-- gh-comment-id:437898354 --> @MaxXor commented on GitHub (Nov 12, 2018): Yes they have different file sizes because Client.all includes all required dependencies (dlls).
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Quasar#470
No description provided.