Andrew Fasano
Andrew Fasano
@m000 I like your suggestions - then we get to jump from PANDA2 to PANDA4 and skip all the work of PANDA3 ;) I think we should wait until we...
Looked into this a bit more and things are starting to make more sense. Those symbols were missing because frida couldn't find them in my libjvm.so (not sure how I...
Hm, the compile_commands.json file _should_ capture the commands used to generate the preprocessed files and, if that were the case your other issues would go away. Did you modify your...
Hi Juraj, Sorry for the slow reply but I'm excited to hear that you're interested in adding support for this! Printf disclosures were added a few years back by one...
That's great to hear! I'm glad you were able to get it working. If you want to open pull requests for the printf fix and/or the off-by-one allocation, I'd be...
#25 should fix this
I spent some time looking into this and I think all these file mappings are unnecessary. Instead we can use the `--user $UID` argument to ensure that the guest and...
Hm, this seems unusual. File's behavior is fairly deterministic so if it crashed on an input once, it should crash on it again. Have you gotten any bugs to validate...
I've never seen an error like that come out of LAVA. Is it a compilation error in your target after we've changed the source code to have the LAVA queries...
Another similar failure: ``` size_t keycc = 0, oldcc, keyalloc = 0 ``` becomes ``` size_t keycc = 0, oldcc, keyalloc = 0={0}; ```