Andy Acer
Andy Acer
I've also encountered this issue. Java strings get truncated if they contain a null byte. As an example, this code will show param1 as having a length of 14 characters,...
I think this needs more code to work? When trying to use the code in this PR I get the following error: ``` _ _ __ | | version 0.4...
ah sorry, no, I'd assumed that dnslib had incorporated the PR you mentioned. I'll try that, thanks!
Followup - dnslib merged in your other PR - dnschef should merge this one too =) It's working great now that dnslib is updated, thanks for submitting both of those...
For anyone that encounters this, I found a workaround that might sound obvious but took me a long while to figure out. Just use Frida natively to run your early...
Implemented solution is described below. Directly copied from the Adguard issue explanation. https://github.com/AdguardTeam/AdguardForAndroid/issues/4124#issuecomment-1066078974 Recommended way to use this module: 1. Install the updated Move Certificates module. 1. Install the desired...
This PR fixes the install problem
Awesome thanks @wrongway213 The answer as I understand it: install the certificate in both locations, the System store and the User store. Then hide the System store version from Chrome...
PR has been submitted with a fix for the Chrome CT issue. This fix changes the behavior of this script to copy instead of move the certificate. The certificate now...