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

Remove asserts from Inject #14

Closed Rutherther closed 1 year ago

Rutherther commented 1 year ago

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.