Skip to content

Latest commit

 

History

History
139 lines (86 loc) · 10.1 KB

changelog.md

File metadata and controls

139 lines (86 loc) · 10.1 KB

Aprip -> Changelog

Version 1.0.8 (5/28/2024)

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.



Version 1.0.7 (4/2/2024)

Changes:



Version 1.0.6 (11/6/2023)

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.

Version 1.0.5 (6/26/2023)

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.

Version 1.0.4

Changes:

  • Added support for LibCrypt v1 CD image patching (all the PAL regional releases of MediEvil now work)!

Version 1.0.3 (6/22/2023)

Changes:

  • Added support for LibCrypt 2 CD image patching.

  • Substantial documentation rewrite.

Version 1.0.2 (11/28/2022)

Changes:

  • Cleaned up 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.
  • Small performance increase (start searching at sector 19 instead of 0) for the bin-patcher mode has been applied.

Version 1.0.1 (11/8/2022)

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.

Version 1.0 (11/4/2022)