SamuZai
cheatengine

cheatengine

patreon


cheatengine posts

Memory scan fix for 2GB+ regions (Emulators and ported games)

There is a bug in CE's scan routine that causes it to fail on 2GB+ memoryregions when doing an unknown initial value scan. (Signed size variable)

Normally games don't allocate chunks of memory in that size, but some emulators, and ported games (that likely have an emulator built-in) do, in which case when you do an unknown initial value scan, it won't find the value


For t...

View Post

Small fix for a rare table issue

A few tables (usually huge one where you can't really oversee what is going on) have an issue with executing scripts, because of a small bug in CE where the description of a memoryrecord takes precedence  over internal keywords like '(float)' and '(double'), which causes some code like mov eax,(float)12 to be executed as mov eax,addressofmemrecnamedfloat12 which is very likely not what you...

View Post

Next thing working again

Something that now works as well (again) Not fully finished but perhaps next month it'll be available

Note though that Cloaked memory will likely not work on AMD's like it does on Intel

View Post

Cheat Engine 7.1 Released (Windows)

I'm glad to announce the release of Cheat Engine 7.1 for windows.

Additions and changes:

  • Added support for il2cpp (mono)
  • Added support for .NET dll plugins
  • Change register on breakpoint now also affects FP and XMM registers
  • Added CEShare, a way to share your tables with other people
  • Improved disassembling
  • copy bytes...

    View Post

Cheat Engine 7.2 Mac Release

It has taken a while, but here is the release version of Cheat Engine 7.2 for Mac

Changes:

  •   Commonality scanner now also compares the base address. (handy in case it's more than one register)
  •   translation support for ceshare
  •   smartedit now also deals with isPointer and isOffset memrecs
  •   referencedfunctions ...

    View Post

Cheat Engine 7.1 Beta (for Windows)

For those that want to give the most recent version of CE's source a go, you can do so here.

Most of these new features and fixes have been made possible by people's requests and bugreports, so if you want to see more, please give feedback


Keep in mind this is a beta build and not an official build yet, so watch out when sharing tables with other people that don't have th...

View Post

Mac OSX build testing

As some of you may know I used to have a crappy OSX port of CE based on an old version of CE ( 6.1 )

Lately i've spend some of my time moving over the latest CE sourcecode into the OSX version and making improvements here and there.

So hereby I present you the first alpha test build of CE 7.1 (64-bit) for OSX.  (Tested on Catalina myself on a mac mini 2014)


Ple...

View Post

Happy 2020

I'm wishing everyone a happy 2020 , and let's hope it's not going to be the year of hindsight, and make it the year of looking into the future


As a progress update:

I'm almost finished merging the old mac build with the main Github version so most changes to the official build will also make it to the mac build , and after this I can continue with going through the bugrep...

View Post

CE Share Extension

This extension is on github as well, and will be in the next ce version,  but i'm also putting it here in an easy to extract zip file so you can test it and give feedback

What is it:

CEShare is an extension that adds an online database of tables to CE. You can find and publish cheat tables on there , make requests and rate tables.

It also adds a new proce...

View Post

New tiers

I've added some tiers for people to join including some that add discord support.

Apparently Patreon doesn't assign members to the appropriate tier when creating them and I can't do that either, so you'll have to pick a tier yourself if you like. 


Right now the discord isn't that active but it's one extra way to contact me and to talk to other people that have the sa...

View Post

Random CE builds

Everyone can compile CE themselves, but as a patreon extra I'll occasionally build an inbetween version of CE with the latest commits


There's not that much as i've been working on the mac version and the ceshare project again (online community built into CE using an extension), but here's a list:

  • Expand tree when dragging addresses into the addresslist
  • Debu...

    View Post

ThreadExecute Plugin. Alternate way to create threads

Normally CE will use CreateRemoteThread or CreateAPC (for those with custom ce builds) to quickly run something in the target process, this plugin adds another way to execute code by redirecting the main thread's execution path and make it go to the specified code.

This is handy when thread creation is blocked but you do have access to the existing threads.  (Tip: the patch scanner c...

View Post

What i'm working on right now

Just a screenshot of what I am currently screwing around with. Most people will likely have no use for this, but some people might

December 10: Added a screenshot of the Mac pointerscanner. 

View Post

Cheat Engine 7.0 Released

Additions and changes:

  • Icons
  • Added a way to dissect and show a function's working using a diagram
  • Auto repeat option for unchanged value scans
  • Added lua formula scans
  • Moved the compare to first/saved from scan type to a checkbox
  • Added a scanner that can detect and undo memory changes in the target process code sections (p...

    View Post

Thanks

This post is only available for patrons, so hereby my thanks


View Post

Hi

Welcome to the first post on the CE Patreon page. Let's see how this thing goes.


Right now there's not much here, but in the future I might add special benefits , but not sure what those will be . 

perhaps an installer without advertisement

Or custom titles in the forum.

Or perhaps priority in the forum when asking questions. (I can't answer all questions...

View Post