Results 248 comments of ilikenwf

Perhaps something like this? `function strposa($haystack, $needle, $offset=0) { ``` if(!is_array($needle)) $needle = array($needle); foreach($needle as $query) { if(strpos($haystack, $query, $offset) !== false) return true; // stop on first true...

I previously managed to get the offsets with r2 and droidimg but this doesn't get for us the other values extracted using pahole, as the stock kernel doesn't ship with...

As an addition these folks are dealing with the struct varying in size: https://forum.xda-developers.com/v20/help/root-cve-2019-2215-t3979341

I have a Pixel XL (2016) also so it'd be nice to root...we could then figure out OEM unlocking since it's writing a bit to a certain partition... We could...

Strange - please let me know what you find out. It could be as simple as an errant character somewhere.

I would probably add an IPTables rule that supercedes the blocklist rules for ipset, explicitly allowing the range, or use sed to strip that range out before importing it into...

I also am seeing kernel lockdown mode set to max breaking this because it prevents MSR writing.

I'm not sure it's the same issue - but the lockdown feature, if enabled, has multiple options... In the highest setting, the MSRs can't be unlocked via LSM, in the...

There are other issues on this: #458 #778 From reading around, Android Auto's app is only a partial implementation of what is required as the play framework provides some libraries...

OpenHU goes into more detail (note it's a probably dead bounty). If we find a way to include libsslwrapper.so and set it up such that we can vet any cert...