Sergio Paganoni
Sergio Paganoni
The WebView example doesn't trigger any OnFill requests. Tested on Pixel C (Android 8.0.0 - OPR6.170623.010). Build tool version: 26.0.1 Are WebViews actually supported? Any timeline about Chrome Mobile support?
This branch is trying to solve #15 Need to fix tests!
Since the project is getting old we are far behind with dependencies. Lets upgrade to typescript 3 and latest versions of jest and babel. Some tests are failing, so it...
Simple string concat like this: ```javascript fchzbi = 'funct'; crldyth = 'ion'; var gkphk = fchzbi + crldyth; ``` is simplified to ```javascript fchzbi = "funct"; crldyth = "ion"; const...
Hi, I'm generating a modoff coverage file having **basic block** entries . For example if my modoff coverage file contains the following two entries ``` module+31f6 module+3213 ``` Now lighthouse...
It seems that the FD opened by a parent process are being closed by frida somehow and therefore not available on the child/target process instrumented by frida itself. I attached...
Howdy, I managed to add stack walking for Windows using the library https://github.com/JochenKalmbach/StackWalker Now I was thinking on doing a pull request and add that as API to TinyInst. Something...
This repo was exactly what I was looking for to get some quick hands-on with 8080 processor while reading the awesome book "Code: The Hidden Language of Computer Hardware and...
**Is your feature request related to a problem? Please describe.** When analysing big applications (with lots of SDKs and libraries) you end-up with hundreds of matches from code that is...