This archive contains three versions of Bryce Nesbitt's debugging tool "Memory Munger" with enhancements by me, Joe Pearce. The logic of the Munger is to set all free memory to an odd value, so that a pointer improperly used from free memory will cause an Address Exception. This indicates a bug! munge2 - normal munger, patched CloseWindow to solve layer bug munge2L - special munger uable when you are not using Intuition munge2P - a munger that assumes you have used SetPatch from WB1.3 The source is also included. This is revision 2.