mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 23:35:58 +03:00
[GH-ISSUE #580] QuasarRAT .net Core/native UWP #341
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#341
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 @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
@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.
@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
@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)
@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
@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
@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.