Subhojeet Mukherjee, PhD
Subhojeet Mukherjee, PhD
Hi, Firstly, thanks for relieving "usual python logging" pain significantly. I faced this issue in the usual loggin way as well and was wondering in loguru has a solution --...
This is not an issue so I am not using the template. I was wondering if there is a way to add and remove tasks, agents, and channels (at the...
Seems like the latest build is incompatible with Ghidra's 2020-Feb-12 release.
Hi Guys, Awesome work on JMPscare!!. Any progress on the Ghidra plugin side?
I was wondering if QEMUAFL is considering a UNICORN-like hooking framework built into QEMUAFL? This would greatly reduce runtime overheads of UNICORN/QILING. Also, it could leverage the sanitisation, persistence, selective...
Is there a support for inclusion of dynamic libraries? I have tried ways top openProject, add to ExternalReferenceManager, etc. but to no success. Can the open_program method include an extra...
I see a few types (not comprehensive though) of functions defined in the library depending on their input and output -- those with input: absolute, references, Arc -- those with...
Say I have a custom error `SError{message:String}` and I implement `From` on it. Now, from a function, say, `fn(&self) -> Result` in an `rtc::remote` labelled trait, I get an `std:io:error`...
I add a new fuzzer following instructions from https://google.github.io/fuzzbench/getting-started/adding-a-new-fuzzer/. Basically, this new fuzzer directory (I call hfuzz_rb_afl) is a copy of aflplusplus_qemu. If I try to test build the fuzzer...
I see 4 types of relations between the feedbacks and observers 1. Feedbacks that accept any observers (e.g. Diff) 2. Feedbacks that accept observers of specific traits (e.g. Map, withHash,...