andy-man/ps4-wee-tools ? reverse-engineered prompt
Reverse engineered prompt
Build me a Python app for working with PS4 NOR and syscon dump files.
I want a simple tool that can open a dump, show the important info like firmware details, serial numbers, board and region data, and let me inspect and fix common problems. It should have sections for NOR tools and syscon tools, plus a few shared utilities like file browsing, comparing dumps, renaming files based on extracted info, and a terminal view with color highlighting.
For NOR files, I want options to toggle common flags, edit memory clock and boot related settings, extract partitions, rebuild a dump from extracted files, recover damaged areas, and check validation details. For syscon files, I want checks, debug flag handling, viewing and patching SNVS data, rebuilding SNVS blocks, and boot mode selection.
Make it easy to run on Python 3.8, and if you need current docs for any libraries or hardware related pieces, look them up online.
Are you gonna build this?
make sure you review the code using coderabbit