mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 23:35:58 +03:00
[GH-ISSUE #727] client.bin always missing after build #470
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#470
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@mystyq commented on GitHub (Nov 11, 2018):
Disable Windows Defender Real-time protection
@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
@MaxXor commented on GitHub (Nov 11, 2018):
That's not required if you would just disable the AV.
@15w34r0n3D4y commented on GitHub (Nov 12, 2018):
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 👍
@MaxXor commented on GitHub (Nov 12, 2018):
Yes they have different file sizes because Client.all includes all required dependencies (dlls).