- Add get_last_bytes.sh to extract final 2 bytes from IUM files
- Add read_bytes.sh for reading specific byte offsets from binaries
- Add pack_resources.sh to package and upload CP02S resources to S3
- Add signer_new.py for firmware and bootloader signing with custom SHA1
- Update extract_firmware.sh to use fixed output filenames
- Update README.md with comprehensive documentation for new tools
- Add filter_xdp_device_info function to query device by PSN or passcode
- Display device info in formatted table, excluding RSA keys and internal fields
- Format timestamps using dataintel utility
- Add interactive menu option for device info query
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add extract_firmware.sh for extracting firmware components from merged bins
- Add merge_2323_firmware.sh for merging PA768 updater, firmware and IUM data
- Add split_and_merge.sh for splitting firmware and creating 40W firmware
- Add comprehensive README.md with usage documentation and examples