Full C# internal library for World of Warcraft (Classic and Retail) utilizing .Net7 and NativeAOT.
- Set project configuration to
Release
andx64
. - Right click the project and open the
Publish
option. - Select the folder option, and enter your desired publish directory.
- Open
Show all settings
in the new publish tab, and set the following:
Option | Value |
---|---|
Configuration | Release|x64 |
Target Runtime | win-x64 |
ReadyToRun compilation | checked |
- Open
/PublishProfiles/FolderProfile.pubxml
and insert<PublishAot>true</PublishAot>
. - Publish the project and hope for the best!
- Set project configuration to
Release
andx64
. - Set the path of the DLL to inject.
- Build and run!
VollRagm: KernelBypassSharp -> For introducing me to NativeAOT.
ZeroLP: SharpNativeDLL -> For introducing me to a template for my projects going forward.
Because of these individuals, I achieved something i was always told was "impossible".
This is strictly for educational purposes only (and, of course, for a little fun). I do not take any responsibility for any account actions that occurr using the methods provided.
This project is licensed under the terms of the GNU AGPLv3 license.