Jonas Zaddach
Jonas Zaddach
Hi, I've started a first attempt at Python3 compatibility for ViperMonkey. It's running currently working with one test document (.doc), but I'm sure that there are some strings I haven't...
Describe the bug ---------------- The argument `scanoptions` in `cl_scandesc_callback` is a pointer to a `struct cl_scan_options`. It isn't optional, but it is never verified for NULL either. There should probably...
The type `cl_error_t` resolves to a `u32` in Rust, but functions like `cl_engine_get_num` expect an `i32`. Probably `cl_error_t` should be an `i32`.
Works with IDA 7.4+ and Python3. Not tested for Python2 compatibility.
I've added support for compiling the program on Windows (MSVC) and for starting a Music Share between two QC 35 II headphones. I've created this PR as a pointer for...
I'm getting ``` warning: this function has too many arguments (22/7) ``` from my code using ouroboros. I guess this could be addressed quickly with a `#[allow(clippy::too_many_arguments)]` in the right...
I'm trying to set up a secondary channel through which I can transfer Senders/Receivers/SharedMemory. Since the secondary channel has been created in a single process, both its server and client...
On my system, checking `moment` against `cert_response['this_update'].native` when treating an OCSP response fails [here](https://github.com/wbond/certvalidator/blob/c62233a713bcc36963e9d82323ec8d84f8e01485/certvalidator/validate.py#L949). The reason for this is that `moment` is a `datetime` object with nanoseconds (on my Linux...
When opening the management tab in the FIRST view, I get the following exception: Traceback (most recent call last): File "C:/Program Files (x86)/IDA 6.95/plugins/first.py", line 519, in view_clicked layout =...
FIRST was getting stuck during a function upload, probably due to a bad network connection. It blocked the whole IDA instance, so that working or saving the IDB was impossible,...