MacProMemoryNotificationDisabler
MacProMemoryNotificationDisabler copied to clipboard
Using kernel panics for errors in userspace
Hello,
Could you please update the code not to include a kernel panic on patch failure? This is kind of too harsh when you cannot patch a single userspace program.
If you need to disable the patch because it is broken, you can always set SectionUnused in section field of it. See disableSection function in WhateverGreen as an example.