unknownv2 / CoreHook

A library that simplifies intercepting application function calls using managed code and the .NET Core runtime
MIT License
259 stars 40 forks source link

Memory Scanning #115

Open ghost opened 5 years ago

ghost commented 5 years ago

I feel bad for promoting my libraries again but I noticed you have a project for memory scanning. A few days ago I released a library that handles this sort of thing, however, there are definitely opportunities to improve it and make it faster.

Maybe you could take a look at it help me optimize it a bit (make some pull requests if you do! ) and then implement it into your library?

unknownv2 commented 5 years ago

No worries at all, contributions are always welcome and using a library means I don't have to re-invent the wheel to get the functionality I want is great benefit.

I will check it out as well and see how I can implement it. The future projects are there for brainstorming and seeing if it makes sense to include as something people will want so I will try to contribute back to your library any way I can as well.

Thank you for mentioning it, it looks exactly like what I had in mind!