WideVineDump
WideVineDump copied to clipboard
Memory Address Finding
I tried finding the memory of the DecryptAndDecodeFrame function, i was able to find it in memory https://imgur.com/W6FMkqF But when I tried attaching frida to chromium and printing info about it using "Debug Symbols" and providing the pointer to address, I'm getting null Im unsure what im doing wrong. Since the 2 functions are not exported, how could We use Frida to find the address? Is there any constant pointer to the address that we can use instead of manually editing it? Like in the readme file, hardcoded address you were mentioning is it the one the next to the assembly code in the decompiler? It would be better to find the address without compiling a modified version of chromium just to print the memory address.
Thankyou for the work and opensourcing the project 👍 :-)