🔍 URL Finder Manager — Plugin for Cheat Engine 🔍
Lightweight plugin for Cheat Engine designed to quickly scan a process memory for HTTPS URLs and display them in a structured list.
When analyzing applications, trainers, or launchers, it is often useful to understand which web services or APIs a program communicates with. This plugin helps you instantly locate URLs that appear in memory during runtime, making it easier to identify endpoints, CDN resources, analytics services, and other network-related components.
The plugin scans memory for https:// patterns, extracts valid URLs, removes duplicates, and presents them in a clean interface with filtering and navigation tools.
It is particularly useful when analyzing programs such as launchers, mod managers, or online-enabled games, where network communication is part of the application logic.
📢 What's new ? [v1.1] [19/03/2026]
✨ Fixed minor bugs and improved overall stability.
🎨 Fully DPI-aware (100% / 125% / 150%).


🧩 Plugin Overview 🧩
- Version: 1.0
- Author: mul0
- Website: https://mul0.com
- Platform: Cheat Engine (Lua plugin)
⚡ Key Features ⚡
🔍 Memory URL Scanner
Scans the target process memory for the https:// signature and extracts potential URLs found in runtime memory.
📊 Deduplicated Results
The plugin automatically groups identical URLs and shows how many times each URL appears in memory.
This helps quickly identify the most frequently used endpoints.
🧭 Direct Memory Navigation
Each detected URL stores the first memory address where it was found.
From the results list you can:
- Jump directly to the address in Memory Viewer
- Inspect surrounding memory
- Continue reverse engineering from that location
🔎 Live Filtering
A built-in Filter box allows you to instantly search URLs by domain or keyword.
Example filters:
- wemod
- api
- cdn
- steam
This makes it easy to isolate relevant network services.
📋 Context Menu Actions
Right-click any entry to access quick actions:
- Go to address (Memory Viewer)
- Copy URL
- Copy address (HEX)
🌐 Open URLs Instantly
Double-click any URL to open it directly in your system’s default browser.
This allows quick inspection of APIs, CDN assets, or web resources.
🖥 Example Use Cases 🖥
This plugin is helpful in many reverse engineering scenarios:
- Investigating game launchers
- Analyzing trainer applications
- Identifying API endpoints
- Discovering CDN resources
- Detecting analytics / advertising services
- Studying network interaction inside software
Because the scan works directly on runtime memory, it often reveals URLs that are not easily visible in static binaries.
⚙️ How It Works ⚙️
The plugin performs a memory scan for the ASCII pattern:
- https://
When a match is found, the plugin reads forward in memory and builds a valid URL string until a terminating character is reached.
To keep results clean and relevant:
- invalid characters terminate extraction
- duplicates are merged
- URLs are validated before display
Results are then presented in a sortable table with address, count, and URL columns.
⚙️ Installation ⚙️
- Place the “MiMain – UrlFinder (v1.1).lua” file into Cheat Engine’s autorun (Cheat Engine\autorun) folder
- Restart Cheat Engine.
- After restarting Cheat Engine, the plugin will automatically register itself in the Edit → URL Finder Manager.
💡 Notes 💡
- The plugin scans runtime memory, not network traffic.
- Only ASCII https:// URLs are currently detected.
- Results may include legitimate API endpoints as well as analytics or advertisement services.
💬 Feedback & Support 💬
Have suggestions or need help? Drop a comment below! 🙌