Hi, I am wondering if anyone has attempted to run TrickyStoreOSS without the Lsposed framework installed, but as natively build component instead?
From what I can see at quick glance, the Lsposed framework is only used to intercept ioctl syscall, in this function, so I am wondering if anybody had luck moving this to be direclty on the AOSP code, so you could get L2 or L3 TEE, without needing to the framework.
Hi, I am wondering if anyone has attempted to run TrickyStoreOSS without the Lsposed framework installed, but as natively build component instead?
From what I can see at quick glance, the Lsposed framework is only used to intercept
ioctlsyscall, in this function, so I am wondering if anybody had luck moving this to be direclty on the AOSP code, so you could get L2 or L3 TEE, without needing to the framework.