Cory Barker

Results 4 comments of Cory Barker

Right now there is no way to fuzz intents. The only fuzzing is through building your Java as a library and fuzzing that library. The current sanitizers also are not...

I dont think this is interchangeable, this is dealing with code searches update to deprecate packages that should affect everyone (Chrome included). Is Chrome still able to use the legacy...

Looks like there is a redirect in code search right now but it just isn't correct for Android. Maybe I'll just update the redirect to fix our link problems instead...

@code-asher I think I'm running into the same issue. To repro: ``` function postMessage(data){ console.log('something'); } const otherFunction = (event) => { console.log("hi"); } window.addEventListener("message", otherFunction); ``` `webview.postMessage(data);` fails everytime...