r0ptr
r0ptr
Given that there already exists a `UC_HOOK_MEM_READ_AFTER` hook, invoked only for actually successful memory reads, shouldn't there also be `UC_HOOK_MEM_WRITE_AFTER` and `UC_HOOK_MEM_FETCH_AFTER` hooks available for hooking into only successful writes...
I followed the instructions to the letter, when IDA Pro is started, this error happens: ``` C:\Tools\IDAPro\plugins\die_proxy.py: cannot import name base Traceback (most recent call last): File "C:\Tools\IDAPro\python\2\ida_idaapi.py", line 647,...
The current API, namely the functions: `ar_entry_get_size` and `ar_entry_uncompress` use `size_t` in their signature, which limits the maximum size of archive entries on 32bit systems. Would you consider changing the...
Downloaded the certificate from the website of lumen, and within WSL ran the command: ``` socat -s -dd tcp4-listen:1234,fork,reuseaddr openssl:lumen.abda.nl:1235,cafile=hexrays.crt ``` Copied the certificate file to the IDA root installation...