BasedInc / libhat

A high-performance, modern, C++20 library designed around game hacking
MIT License
53 stars 13 forks source link

Error Handling #4

Closed ZeroMemes closed 1 year ago

ZeroMemes commented 1 year ago

Exceptions are used in some places in the code, but not everywhere that an error could occur. The scanner functions, for example, will return an empty scan_result if an error occurs, without indication of the actual error.

There should be some sort of consistent and widespread error handling strategy.