i found that in non internal tgl framebuffer kext 2 symbols are not needed so i'm rewriting hookcase for only this class AppleIntelFramebufferController { friend class HookCase; static void WriteRegister32(unsigned long a, unsigned int b); static void WriteRegister64(void volatile* a, unsigned long b, unsigned long long c); static unsigned int ReadRegister32(unsigned long a); static unsigned long long ReadRegister64(void volatile* a, unsigned long b); static uint64_t getPMTNow(); static bool hwSetupDSBMemory(); }; altough i enjoy apple internal tgl frame i do not need missing symbols
Author:
[source]
Post a Comment