### 📌 Note on Antivirus False Positives
Some users may see antivirus warnings when running the compiled build. This is not because the project contains a virus it’s a false positive triggered by how Python applications are packaged into executable files. The entire source code is publicly available on GitHub, fully readable, and completely transparent. Nothing is obfuscated, hidden, or altered during compilation. Anyone can inspect the code themselves and verify its safety.
False positives are common with Python-to-EXE tools, especially when compression or bundling is involved. The application is safe, and this note serves as the final clarification on the matter.
— Chidreams
ARTEMIS‑RPCS3 Cheat Manager
Welcome to the v1.01‑RC4 release of the ARTEMIS‑RPCS3 Cheat Manager!
This update delivers major improvements to code editing, UI clarity,
and advanced visual tools for reverse‑engineering and patch management.
🚀 New Features & Enhancements in v1.01‑RC4
🔍 Advanced AOB & Address Highlighting Engine
- Real‑time syntax highlighter tailored for memory manipulation workflows.
- Automatically isolates and color‑codes memory addresses (0x00A1B2C3)
and structural specifiers (be32, aob). - Makes debugging and cheat verification significantly faster.
⚡ Strict PPU Syntax Compliance
- Enforced formatting rules ensuring all PPU code entries begin with:
- [ be32,0x... ]
- Prevents malformed syntax and load‑time errors.
📋 Bulk Game Block Management
- Streamlined tools for deleting, organizing, and managing large batches
of game blocks.
🔤 Alphabetical Sorting & Context Menus
- Clean alphabetical sorting across all active cheat libraries.
- Full right‑click context menus added throughout the UI.
🔄 Live GitHub Patch Synchronization
- Built‑in repository syncing to pull the latest .yml patches directly
into your workspace.
🔗 Direct Issue Reporting & Feedback Links
- Embedded shortcuts for reporting syntax bugs or requesting new game
configurations instantly.
🛠️ Core Application Highlights
- Lightweight Tkinter Framework — single‑file Python execution.
- Multi‑Format Export Ready — parses and exports structured cheat entries.