A C# based memory editing library targeting Windows applications, offering various functions to extract and inject data and codes into remote processes to allow interoperability.
Other
634
stars
135
forks
source link
Rewrite T[] Read<T> to have much much much better performance. #4
Performance could be greatly improved further by writing an unmanaged module and use of unsafe code.
These changes pass the unit tests.
I wrote a patternscanner I'd like to get merged into the project. Since readbytes isn't public you have to go through T[] Read and its really really really slow.
Performance could be greatly improved further by writing an unmanaged module and use of unsafe code.
These changes pass the unit tests.
I wrote a patternscanner I'd like to get merged into the project. Since readbytes isn't public you have to go through T[] Read and its really really really slow.