Replies: 1 comment 8 replies
-
NetHook2 relies on MS Detours and is very specific to Windows, and I think even 32-bit Steam at that. On Linux and macOS we don't necessarily need to self-inject and should be able to rely on I'm not sure how feasible that is, it's something I looked into quite a few years ago but couldn't find any answers for. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can I use NetHook2 in some linux distributions (for ex. ubuntu)?
Let's say I successfully compile the project (got NetHook2.dll? or smth similar).
But can I now inject NetHook2.dll similar to how it is done in Windows:
rundll32 "<Path To NetHook2.dll>",Inject
?There may be analogs of
rundll32
for linux?Beta Was this translation helpful? Give feedback.
All reactions