Reloaded-Project / Reloaded.Hooks

Advanced native function hooks for x86, x64. Welcome to the next level!
GNU Lesser General Public License v3.0
213 stars 33 forks source link

Is this compatible with Linux/macOS? #8

Closed sanny-io closed 3 years ago

sanny-io commented 3 years ago

Another hooking library I've looked into was using .NET Standard, but only supported Windows. I can't find any mention of compatibility with this project. Does this work anywhere .NET 5 works?

Thanks in advance.

Sewer56 commented 3 years ago

Not at the current moment in time. Most of the code is portable, however 2 dependencies of Reloaded.Hooks support only Windows at the moment.

That is

In a supposed world where both supported Linux/OSX, this library would probably run under these platforms no problem.

sanny-io commented 3 years ago

I see. Appreciate the response 👍