Create an account


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Release] Fully Open Source C# Memory Editor

#1
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.

Squalr is performant Memory Editing software that allows users to create and share cheats in their windows desktop games. This includes memory scanning, pointers, x86/x64 assembly injection, and so on.

How does Squalr achieve fast memory scans in .NET? Multi-threading combined with single-core parallelism via SIMD instructions. See this article: SIMD in .NET. To take advantage of these gains, your CPU needs to have support for SSE, AVX, or AVX-512.

[Image: Squalr.png]

Squalr has an API for performing high performance memory scanning:

Download:
Hidden Content


Reply to this thread to unlock the contents

Hope this is helpful
[Image: 8OHl5AB.png]
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum software by © MyBB Theme © iAndrew 2016