The log of changes made to MemorySharp Library.
Enhancements:
- Rewrite the read operations for arrays to have much better performance.
- Rewrite the write operations for arrays to have much better performance.
- Heavily improve the performance of write operations when a relative address is provided (the main module of the remote process is now cached).
Bugfixes:
- Properly read strings without a \0 delimiter instead of throwing an ArgumentOutOfRangeException.
Bugfixes:
- Threads created using the library are properly returned by the API.
Bugfixes:
- The method
SendInputMouse.ReleaseLeft()
, properly releases the left click of the mouse.
- Initial Release