Marcin Kozlowski
Marcin Kozlowski
Nah ... running it now with Bash to skip files when it OOMs and continue where it left off. On my side the issue is closed. Feel free to close...
I will look into it when I have time: This could be helpful: github.com/avast/retdec Or https://llvm.org/docs/SourceLevelDebugging.html @deian and others: have you make some thoughts how to achieve llvm mapping to...
@kyledutyy what do you want to debug? Not sure you will need much gdb here... U will need more possibly lovely haskell and functional programming. Feel free to also ping...
I think this is process/frida being overwhelmed (on emulator with PC) seem to be less, on the phone it is even more. When I added slowdown in the communication loop...
Played around with timeout and adjusted allocation for payload https://github.com/ttdennis/fpicker/blob/8f3f1ffa765131aa530057b3269817ea7ec72100/harness/fuzzer.js#L47 and Stalker parameters Seems way more stable now. The only still occurring error is (once in a while): ``` [->]...
Actually, the above error is causing false crashes ... SIGSEGVs, this seem to be Frida crash not the target. Any ideas how to suppress it? Since it is filling up...
Actually patched it not to SIGSEGV when receiving such an error from Frida (`SyntaxError: `) used a custom error status like 1234 and check not to report Crash when it...
Actually, installing ssh server in emulator (via termux for example) does not seem to work. I hope I can use adb port forward, right?
@vanhauser-thc Cool. @ttdennis Any ideas how to add it? I can try ... afl-proxy.c ``` /* here you have to create the magic that feeds the buf/len to the target...
@vanhauser-thc as I recall in chroot environment with clang12 (not clang11, as I wrote in my previous comment, my mistake) the linker could not find -lc, whatever library this is....