> with updated Widevine
haven't been following the widevine stuff, but shouldn't it be roughly the same library? I know chromium-legacy has an extra dylib to polyfill the missing functions, have you tried just applying that to firefox's widevine?
(you'll probably need to someone get it in the same address space. dyld_insert_libraries should work I guess. probably don't want to modify the widevine library mach-o headers to add an lc_load segment since there's probably some signature checks in there)
haven't been following the widevine stuff, but shouldn't it be roughly the same library? I know chromium-legacy has an extra dylib to polyfill the missing functions, have you tried just applying that to firefox's widevine?
(you'll probably need to someone get it in the same address space. dyld_insert_libraries should work I guess. probably don't want to modify the widevine library mach-o headers to add an lc_load segment since there's probably some signature checks in there)