Skip to content

Releases: shred/patchwork

v1.1

13 Dec 18:49
2425d49
Compare
Choose a tag to compare

CHANGES

  • New TASKNAME option, which only reports hits caused by tasks with the given name. Note that this is just an output filter. Options like DEADLY still apply to all tasks. [@tygre-chingu]
  • Use short relocation tables, prohibits loading on Kick 1.x [@polluks]

v1.0

28 Sep 17:35
b8c059f
Compare
Choose a tag to compare

The first official update since decades. 😄

MIGRATION

If you have the disassembler.library installed, PatchWork will now disassemble the PC surrounding by default. The former DISPC option has been removed because of that. If you used it, you will get an error now. Just remove the option from your command line.

If you explicitly want to disable the disassembler, use the new NODISPC option instead.

CHANGES

  • After 25 years, I guess PatchWork is finally due for a major version bump. 😉
  • Now built on Linux using vasm.
  • Checks AmigaOS V40 calls. Actually, the only check that needed to be added was graphics.library/WriteChunkyPixels.
  • DISPC is now the default behavior. Use the new option NODISPC to explicitly disable PC disassembly on PatchWork hits.
  • Bugfix: intuition/SetPointer() hit output was incorrect (reported by @Hagbard-Celin). This bug was there since 1997.
  • Correct library name is shown even if A6 is not pointing to the library base.

v0.17

28 Sep 16:12
Compare
Choose a tag to compare

This version was uploaded to the AmiNet by Stefan Haubenthal in 2012.

It is available here for archive purposes. If you have problems with later versions, you can still use this "historic" one.

v0.15

28 Sep 16:08
Compare
Choose a tag to compare

This is the last AmiNet version that I could find on my Amiga harddisk. This version was made from the original source code, and was compiled on a real Amiga.

It is available here for archive purposes. If you have problems with later versions, you can still use this "historic" one.