I am excited to bring you a new update for the Cheat Tool! This release introduces a handy feature for generating code cave layouts to use with the assemble feature and addresses a bug with setting persistence.
### **✨ New Features**
**Code Cave Generator:**
Added new input fields and a button to quickly generate a sequence of memory addresses for code caves or data blocks.
Simply input a base address line (e.g., [Main+R0+0x04E4B640]=) and specify the number of desired lines.
The tool will automatically increment the address by 4 bytes for each subsequent line, outputting them in the same format.
Edit: Added ARM32 Assembly. So you can now assemble and disassemble both ARM64 & ARM32
### **🐛 Bug Fixes**
**"Show Raw Opcodes" Checkbox Default:**
Resolved an issue where the "Show Raw Opcodes" checkbox in the UI would incorrectly appear unchecked by default, even if the setting was intended to be true.
The application now correctly loads and applies the ShowRawOpcodesInDisassembly setting from settings.json on startup.
### **🛠️ Improvements**
Minor internal adjustments for improved stability and future development.
**Known Issues:** None atm.
**Acknowledgements:** Thanks to @Nic87 for the suggestions on the new features :)