Python 3.8+
PyQt6
QEMU 6.0+ (for full-system emulation)
Unicorn Engine 2.0+ (for CPU-level emulation)
Clone the repository:
git clone https://github.com/MrHacker117/SamsEmung.git
cd SamsEmung
Install dependencies:
pip install -r requirements.txt
Install QEMU (optional, for full-system emulation):
Linux: sudo apt install qemu-system-arm
macOS: brew install qemu
Windows: Download from QEMU website