Rutherther / NosSmooth.Local

Provides memory mapping and hooks for NosTale client. Provides a NosSmooth client that works inside of the NosTale process. Provides an injector to inject the client into the game.
MIT License
0 stars 0 forks source link

Add possibility to inject multiple NosSmooth clients #3

Closed Rutherther closed 1 year ago

Rutherther commented 2 years ago

This should probably be done in the local binding assembly using static members. There will also be the need to allow enabling and disabling hooks in runtime, not just on startup.

Rutherther commented 1 year ago

Part of this was resolved in efd90a90d15f15353c65c69eeb2336bd8b72c604, thanks to that injecting multiple .NET runtime dlls is possible!

The rest of this will be resolved in #8