mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[GH-ISSUE #15] Client Gone Unstable #8
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#8
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 @madified on GitHub (Jan 15, 2015).
Original GitHub issue: https://github.com/quasar/Quasar/issues/15
I checked multiple commits, and client-built is totally unstable after commit "Optimized Server Start |
e325a78e23". Infact client-built don't even starts on Windows 8.1 Pro and Windows XP sp3.@MaxXor commented on GitHub (Jan 15, 2015):
To use the in-built builder please build the solution in RELEASE mode and not DEBUG mode.
Please check this.
@madified commented on GitHub (Jan 15, 2015):
I know that i'm using release mode in VS 2012 Ultimate.
@MaxXor commented on GitHub (Jan 15, 2015):
So, you build both projects in release mode and then start the server to build the client, correct?
@madified commented on GitHub (Jan 15, 2015):
Yea. and i tried all these commits.
Stable
Changed README.md
82839f6c87Added version to builder as argument
9a329711a7Optimized Server Start
e325a78e23Unstable
Refactored namespace
e3ad2f0716Refactored class access modifiers
2544f3a230Fixed #14
55de07401fClose RemoteShell window on exit
3ba3a10b13@madified commented on GitHub (Jan 15, 2015):
I Built a keylogger+autoUSBspread+Startup+ReportMailing almost a year back. Now simplified it just to keylogging, to add in xRAT but not sure at which point should I create & start Keylogger Thread.
Should I send you the Keylogger Class to add in.?
@MaxXor commented on GitHub (Jan 15, 2015):
Sorry, corrected the namespaces now. You were right, while I was renaming all namespaces I forgot to change the builder, now it finds the correct namespaces while building the client.
How would you implement your Keylogger Class? :) Just call it somewhere where you think it's good and then create a pull request. Thanks!
@madified commented on GitHub (Jan 15, 2015):
Worked like a charm .. (y)
@madified commented on GitHub (Jan 15, 2015):
Except remote shell :(