[PR #343] [MERGED] #339 Fixes #1110

Closed
opened 2026-02-27 15:53:08 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/quasar/Quasar/pull/343
Author: @ghost
Created: 8/22/2015
Status: Merged
Merged: 8/22/2015
Merged by: @MaxXor

Base: masterHead: master


📝 Commits (3)

📊 Changes

6 files changed (+82 additions, -20 deletions)

View changed files

📝 Client/Client.csproj (+2 -2)
📝 Client/Core/Helper/PlatformHelper.cs (+52 -1)
📝 Client/Core/Recovery/Browsers/Firefox.cs (+20 -16)
📝 Client/Core/Recovery/Browsers/InternetExplorer.cs (+0 -1)
📝 Client/Core/Utilities/NativeMethods.cs (+7 -0)
📝 Server/Core/Build/Renamer.cs (+1 -0)

📄 Description

-Changed PlatformTarget from AnyCPU to x86 for loading more commonly used 32-bit DLLs
-Added method to determine operating system/architecture
-Added firefox password recovery support from version 35+
-Moved WinAPI calls to NativeMethods
-Included xClient.Core.Recovery.Browsers namespace in exclusion from obfuscation to avoid delegate runtime errors in the Firefox class


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/quasar/Quasar/pull/343 **Author:** [@ghost](https://github.com/ghost) **Created:** 8/22/2015 **Status:** ✅ Merged **Merged:** 8/22/2015 **Merged by:** [@MaxXor](https://github.com/MaxXor) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`4755ff3`](https://github.com/quasar/Quasar/commit/4755ff309678bfbff46f9deb6ac947f7dce21c1a) #339 Fixes - [`dbd5b4d`](https://github.com/quasar/Quasar/commit/dbd5b4d4533f3da535a6e23f2e576670956507a5) Merge branch 'master' of https://github.com/quasar/QuasarRAT - [`6d9e160`](https://github.com/quasar/Quasar/commit/6d9e1602a77c9bc5c583562f198688e04c476b12) Removed unnecessary namespace + added using statements for disposable objects ### 📊 Changes **6 files changed** (+82 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `Client/Client.csproj` (+2 -2) 📝 `Client/Core/Helper/PlatformHelper.cs` (+52 -1) 📝 `Client/Core/Recovery/Browsers/Firefox.cs` (+20 -16) 📝 `Client/Core/Recovery/Browsers/InternetExplorer.cs` (+0 -1) 📝 `Client/Core/Utilities/NativeMethods.cs` (+7 -0) 📝 `Server/Core/Build/Renamer.cs` (+1 -0) </details> ### 📄 Description -Changed PlatformTarget from AnyCPU to x86 for loading more commonly used 32-bit DLLs -Added method to determine operating system/architecture -Added firefox password recovery support from version 35+ -Moved WinAPI calls to `NativeMethods` -Included `xClient.Core.Recovery.Browsers` namespace in exclusion from obfuscation to avoid delegate runtime errors in the `Firefox` class --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:53:08 +03:00
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#1110
No description provided.