Visual Ehrmanntraut Posted 6 hours ago Share Posted 6 hours ago 19 hours ago, jalavoui said: this is the function that allows changing some setings. seems disabled in production version as lilu patches don't work global initialiser function, called at load of the kernel module, likely too early for lilu Link to comment Share on other sites More sharing options...
jalavoui Posted 3 hours ago Share Posted 3 hours ago hookcase doesnt use lilu and other functions work (like readreg, etc). but you might have solved a random nblue start() error. i've disabled this extra calls that aren't used Link to comment Share on other sites More sharing options...
Mastachief Posted 3 hours ago Share Posted 3 hours ago that kp is cause icl code is for ventura. but in if (kextG11FB.loadIndex == index) { you can try changing PANIC_COND to SYSLOG_COND this are for testing system icl its a bad idea but might work. you should try iclLE or tglLE - no need patches as theyre from DTK kp on paches should have this log line "nblue","Failed to route symbols" when u reboot to mac os gonna test other icl as i was checking tgl production k so sys icl works on ventura but i forgot i'm using an old release. anyway only 1 patch is ative. possible kp on other os x versions are on function calls. iclLE passed the test tglLE production i changed nothing so should be fine. passed test only possible thing to watch is void NBlue::processPatcher(KernelPatcher &patcher) mem detection might be broken for you or someting else in there your kext setup seems fine as for nblue info.plist to disable a kext in nlbue just use a empty id on the frame you dont wanna use fill it with card ids otherwise (only 1 frame can be active) other ways of disabling might not work this is disabled this is enabled as for the kexts installed in /L/E or /S/L/E i set a invalid 0x12348086 so os x dont load them. nblue is ment todo it not os x by itselfDon't you need to change the xxxxx to apple along when adding the PCI id's or replacing the 0x12348086? Link to comment Share on other sites More sharing options...
jalavoui Posted 2 hours ago Share Posted 2 hours ago (edited) xxxxx is the renamed driver name! don't mess with it Edited 2 hours ago by jalavoui Link to comment Share on other sites More sharing options...
Visual Ehrmanntraut Posted 1 hour ago Share Posted 1 hour ago 2 hours ago, jalavoui said: hookcase doesnt use lilu and other functions work (like readreg, etc). ok, and? these functions are called as soon as the kext gets loaded. what you're trying to do would be the equivalent of escaping from JavaScript Sandbox to hijack the JavaScript Sandbox initialisation function; it's already been called long before you get a chance to actually hijack it. Link to comment Share on other sites More sharing options...
Recommended Posts