Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Cheat Engine RegEx plugin

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Extensions
View previous topic :: View next topic  
Author Message
vesperpallens
How do I cheat?
Reputation: 0

Joined: 02 Sep 2024
Posts: 4

PostPosted: Tue Mar 24, 2026 7:34 pm    Post subject: Cheat Engine RegEx plugin Reply with quote

A Cheat Engine plugin letting you search strings using regular expressions.

You can download the plugin from GitHub at: https://github.com/palepine/CERegEx
Follow instructions in the README on GitHub to install.

I'd appreciate any feedback and bug reports.

Features:
- Scan specific memory regions using Cheat-Engine-like protection flags RWXC
- Multiple regex engines supported
- Return match addresses and matched text back to Lua

Configuration:
- encoding (ASCII and UTF16LE BMP)
- regex engine (STD regex, RE2 and PCRE2)
- case sensitivity
- minimum / maximum match string length
- find-one mode

Usage example in Lua:
Code:
return lregexScan({
    pattern = [[Hell.?\sWorld]],
    protection = "+W+R-E-C",
    encoding = "ASCII",
    engine = "RE2",
    findOne = true,
    caseSensitive = true,
    minLength = 8,
    maxLength = 20
})


Feel free to support!

Mod edit to fix the link.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Extensions All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites