Changes:
Implemented sector user data compare function. This allows you to display only differences in user data (and not ECC/EDC) between i.e. an unmodified disc image vs a patched one.
Implemented Aprip-style patch creation/applicator functions. An APrip-style patch searches all sector user data for a pattern of bytes and then patches specific bytes in the pattern (pre-defined in the patch) without using known offsets. It can be used to ‘port’ patch methods.
aprip-v1.0.8-windows-i686-static.zip Portable Release For Windows 95 OSR 2.5 and above, Pentium CPU minimum (32 bit)
aprip-v1.0.8-windows-x86_64-static.zip Portable Release For x86_64 Windows (64 bit)
aprip-v1.0.8-linux-i386-static.zip Portable Release For Linux 3.2.0 and above, 386 CPU minimum (32 bit)
aprip-v1.0.8-linux-i386-static.deb Deb package file For Linux 3.2.0 and above, 386 CPU minimum (32 bit)
aprip-v1.0.8-linux-x86_64-static.zip Portable Release For x86_64 Linux 3.2.0 and above (64 bit)
aprip-v1.0.8-linux-x86_64-static.deb Deb package file for x86_64 Linux 3.2.0 and above (64 bit)
Changes:
Implemented Append No Swap Bypass (By mdmdj) for disc image patcher mode. This only currently supports the Append Discs Beat Mania Append GottaMix and Beat Mania Append 3rdMix, allowing them to work without a Key Disc.
Implemented my new EzRe build system.
aprip-v1.0.7-windows-i686-static.zip Portable Release For Windows 95 OSR 2.5 and above, Pentium CPU minimum (32 bit)
aprip-v1.0.7-windows-x86_64-static.zip Portable Release For x86_64 Windows (64 bit)
aprip-v1.0.7-linux-i386-static.zip Portable Release For Linux 3.2.0 and above, 386 CPU minimum (32 bit)
aprip-v1.0.7-linux-i386-static.deb Deb package file For Linux 3.2.0 and above, 386 CPU minimum (32 bit)
aprip-v1.0.7-linux-x86_64-static.zip Portable Release For x86_64 Linux 3.2.0 and above (64 bit)
aprip-v1.0.7-linux-x86_64-static.deb Deb package file for x86_64 Linux 3.2.0 and above (64 bit)
Changes:
Added support for my Zero APv1 bypass for GameShark code generation and CD image BIN file patching.
Added support for the Fake PAL APv2 bypass for GameShark code generation and CD image BIN file patching.
Added support for B.A.D’s LibCrypt v2 bypass for GameShark code generation and CD image BIN file patching.
Changes:
Removed broken non-stealth mod-chip APv1/APv2 patching.
Improved and cleaned up code, enabling build on Pop!OS.
Added info on EDC Protected games.
Changes:
Changes:
Added support for LibCrypt 2 CD image patching.
Substantial documentation rewrite.
Changes:
cd-command-logger.sh
/cd-command-logger.bat
and ap-type-checker.sh
/ap-type-checker.bat
scripts. The Windows find
command is now executed via it’s full filepath (in system32) to ensure the correct find command is being executed. It was possible in v1.0.1 that some non-standard %PATH%
configuration could override the Windows default find
command, breaking the .bat
scripts.Changes:
Limited file size max for bin patch mode to 750MB (sanity check, no actual PSX software is even close to this).
Added info on DuckStation 8 MB RAM setting (must be left unchecked). APrip also warns you if you try to give it an 8MB RAM dump now after the filesize mismatch error explaining what happened.