Thatchapon Unprasert

Results 68 comments of Thatchapon Unprasert

I proposed an alternative solution: https://github.com/PoomSmart/YouPiP/pull/57 @qnblackcat @level3tjg

@level3tjg Curious if there are any existing sample projects out there.

Well it is still tricky to bypass VP9 checks from inside YouTube app because the function is unnamed. ![image](https://user-images.githubusercontent.com/3608783/175798082-de5843fd-b9c5-44d6-b73d-905d702029f1.png)

@level3tjg Interesting. Can you maybe share the code about `FigServer_Initialize` so I may try on my own devices?

@level3tjg So how do you get the symbol for `FigServer_Initialize` ? `dlsym` ? `MSFindSymbol` ?

@level3tjg I believe your trick introduces a side effect when VP9 decompression session is being created from YouTube app - it won't communicate to `mediaserverd` correctly anymore. ![image](https://user-images.githubusercontent.com/3608783/175803907-14104f49-466e-44a6-8964-9fe83ddc89fe.png)

I see. That probably means you tested hooking entitlement check function directly too.

That makes sense. Your sideloaded version of YTUHD probably doesn't include VP9 entitlement spoofing.