moom825 / xeno-rat

Xeno-RAT is an open-source remote access tool (RAT) developed in C#, providing a comprehensive set of features for remote system management. Has features such as HVNC, live microphone, reverse proxy, and much much more!
MIT License
829 stars 251 forks source link

Builder support for x64 architecture #54

Open DLK2 opened 2 months ago

DLK2 commented 2 months ago

I've noticed that the builder can only output x32-bit architecture binaries. For compatibility with x64-only software, I wonder if it would be possible to implement the possibility between choosing which architecture to output.

NightFuryPrime commented 1 month ago

yes, it is possible to build client and server as 64bit :)