[GH-ISSUE #580] QuasarRAT .net Core/native UWP #341

Open
opened 2026-02-27 15:49:57 +03:00 by kerem · 6 comments
Owner

Originally created by @chico-depressive on GitHub (Jan 23, 2017).
Original GitHub issue: https://github.com/quasar/Quasar/issues/580

with .net core/native:
https://www.microsoft.com/net/core#windowsvs2015

we can get native code for quasarRat by making a new UI, and multiplatform support, anyone interested on porting it?

native client would be really really awesome stuff

Originally created by @chico-depressive on GitHub (Jan 23, 2017). Original GitHub issue: https://github.com/quasar/Quasar/issues/580 with .net core/native: https://www.microsoft.com/net/core#windowsvs2015 we can get native code for quasarRat by making a new UI, and multiplatform support, anyone interested on porting it? native client would be really really awesome stuff
Author
Owner

@dwendt commented on GitHub (Jan 24, 2017):

Does .net core have a GUI framework that works well yet? It looks like libUI might be promising but I haven't used it.

<!-- gh-comment-id:274935839 --> @dwendt commented on GitHub (Jan 24, 2017): Does .net core have a GUI framework that works well yet? It looks like libUI might be promising but I haven't used it.
Author
Owner

@chico-depressive commented on GitHub (Jan 31, 2017):

@dwendt not sure, but would be really great if someone creates a fork of quasarRat porting it to native, the client should run without problems in linux and macOSX too

<!-- gh-comment-id:276416504 --> @chico-depressive commented on GitHub (Jan 31, 2017): @dwendt not sure, but would be really great if someone creates a fork of quasarRat porting it to native, the client should run without problems in linux and macOSX too
Author
Owner

@birbilis commented on GitHub (Mar 8, 2017):

think Avalonia (XAML based) is preparing something for .NET Core. Speaking of XAML, one can combine it with Ammy UI for more simplicity in syntax. Also see Noesis GUI, might be usable with .NET Core

btw UWP is different thing (if you want to make something for Windows Store), better use Desktop Bridge for that (and target only the desktop Store)

<!-- gh-comment-id:285017259 --> @birbilis commented on GitHub (Mar 8, 2017): think Avalonia (XAML based) is preparing something for .NET Core. Speaking of XAML, one can combine it with Ammy UI for more simplicity in syntax. Also see Noesis GUI, might be usable with .NET Core btw UWP is different thing (if you want to make something for Windows Store), better use Desktop Bridge for that (and target only the desktop Store)
Author
Owner

@chico-depressive commented on GitHub (Mar 13, 2017):

@birbilis nice point, I do not get why microsoft does not compile/transpiles to native code, even a fucking intern from intermediate college can do it using llvm

<!-- gh-comment-id:286012150 --> @chico-depressive commented on GitHub (Mar 13, 2017): @birbilis nice point, I do not get why microsoft does not compile/transpiles to native code, even a fucking intern from intermediate college can do it using llvm
Author
Owner

@birbilis commented on GitHub (Mar 13, 2017):

When you use UWP with C++ you're native already (UWP is COM+ underneath I think). When you use .NET languages with UWP for sideloading apps Visual Studio uses .NET Native toolchain if I'm not mistaken, so you're native in that case too. Actually windows store apps go to client devices in native format for the respective platform. Does some repackaging and signing on the server side I guess

<!-- gh-comment-id:286037598 --> @birbilis commented on GitHub (Mar 13, 2017): When you use UWP with C++ you're native already (UWP is COM+ underneath I think). When you use .NET languages with UWP for sideloading apps Visual Studio uses .NET Native toolchain if I'm not mistaken, so you're native in that case too. Actually windows store apps go to client devices in native format for the respective platform. Does some repackaging and signing on the server side I guess
Author
Owner

@TommyWhite commented on GitHub (Mar 16, 2017):

I think, that it would be better to rewrite/port it on .NET Core API and write HTML wrapper for it.

<!-- gh-comment-id:287024321 --> @TommyWhite commented on GitHub (Mar 16, 2017): I think, that it would be better to rewrite/port it on .NET Core API and write HTML wrapper for it.
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#341
No description provided.