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.
The c++ inject library currently checks errors using asserts, resulting to throwing and exiting the process in case of an error.
It will be better to replace the asserts with returning a code back to the injector stating an error in case of an error.
The c++ inject library currently checks errors using asserts, resulting to throwing and exiting the process in case of an error. It will be better to replace the asserts with returning a code back to the injector stating an error in case of an error.