[Release] Fully Open Source C# Memory Editor

Posts 110 of 10 · Page 1 of 1
[Release] Fully Open Source C# Memory Editor
Squalr is an open source C# memory editor. The scans can be up to x5 faster than Cheat Engine through use of SSE/AVX instructions for the scan methods. This has been in development for several years now, and is beginning to catch up very quickly to Cheat Engine.

Features include:
  • Standard memory editing capabilities
  • Memory Scanning
  • Pointer Scanning
  • x86/x64 assembler/disassembler
  • Debugging (find what reads/writes)
  • Scripts are written in C#


The back-end is also available through NuGet.
Low level stuff with C#? Does it use tons of PInvokes?
Not that many, just for the OS calls

the SSE/AVX stuff is done via some beautiful JIT compile magic through System.Numerics.Vectors
Quote Originally Posted by Aecial View Post
Not that many, just for the OS calls

the SSE/AVX stuff is done via some beautiful JIT compile magic through System.Numerics.Vectors
this is actually interesting, could you provide more info?
I quickly tested the tool. Scanning speed seems to be decent BUT there are huge issues with memory leaks. I don't think so dumping entire memory from opened process is preferred option for most of people.

You should only dump entire memory for initial unknown value scan and then release that "dump" after the first scan. This is how it works in CE and in CTS.

I did not got pointer scanning results at all thus I don't understand it's point. It's missing a LOT of options. For example if I wanted to get a level 1 static pointers to a certain address in memory. I did not found such option.



PS. I am author of Cheat Tool Set.
thanks for sharing
Thanks for sharing, looks interesting.
Just looked at the GIthub, looks beautiful. Very well done!
Posts 110 of 10 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?