Zachary Canann
Zachary Canann
I ran into issues early on in development with this, but thought I resolved them, but perhaps not. What process are you testing this on? I'm assuming Notepad++? Wrapping `IDebugClient`...
Yeah IDebugClient is very finicky and generally requires stuff to run on the same thread. Are you using the NuGet package? Or are you using the develop version of Squalr?...
I think there is an issue with the package where dependencies aren't transitive, I'll try and fix this in the next release. Alternatively, you can just manually add the nuget...
Unknown value the same as the 'collect values' scan -- this already exists. It works differently than CE because this program is not supposed to be an exact clone of...
Update: I want to get prefilters and manual scans fast enough that we can always use 1-byte alignment. This may or may not be possible. Modern games tend to have...
Turns out the AsmJit library solves the assembler issues. And this greatly improves scripting for many, many reasons. As for the .Net library, I'll have to fix their code for...
Update: StyleCop is great for ensuring the code is perfectly commentated. Will close out this issue once code is 100% StyleCop compliant
probably anti-cheat, nothing I can really do there
Seems reasonable and easy, I can tackle this one soon-ish
Snapshots are no longer stored in history if they are > 1GB If Squalr is running 64 bit, we have a lot of RAM to work with, so this is...