MacProMemoryNotificationDisabler icon indicating copy to clipboard operation
MacProMemoryNotificationDisabler copied to clipboard

Using kernel panics for errors in userspace

Open vit9696 opened this issue 5 years ago • 0 comments

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.

vit9696 avatar Feb 25 '20 10:02 vit9696