BasedInc / libhat

A high-performance, modern, C++20 library designed around game hacking
MIT License
53 stars 13 forks source link

Add linux support #21

Closed dorian-K closed 2 months ago

dorian-K commented 3 months ago

I have added support for unix systems by abstracting away cpuid and function exports.

I've also added an executable to test the new implementation of cpuid.

Had to add the position independent code because linux handles dynamic linking different than windows.