a1ext
a1ext
### Environment #### IDA-side information | Question | Answer |-------------------------------|-------------------- | IDA-side OS version | Win 7 x64 | IDA PRO bitness (not IDB/I64) | 64 | IDA plugin bitness...
### Environment #### IDA-side information | Question | Answer |-------------------------------|-------------------- | IDA-side OS version | Win 7 x64 | IDA PRO bitness (not IDB/I64) | both | IDA plugin bitness...
With turned on "Enable labels & comment sync", when user dumps new region IDA spams with rename notifications. Background sync of labels "on rename" should be inactive when IDADump working.
I have the following python code (`test_r2lang_pipe.py`) to check is pipe connection with radare2 works: ```py from __future__ import print_function import sys # sys.path.append(r't:\radare2-r2pipe\python') print('python ver:', sys.version) import r2pipe r...
# Environment - Windows 7 x64 - radare2 version: built with debug su ``` radare2 3.1.0-git 19775 @ windows-x86-64 git.3.0.1-19-g92982e44f commit: 92982e44f8cd4a1908829200787d6a6ca50929bb build: 23.10.2018__22:56:48,08 ``` # Story While working on...
1. gc collect is safer, avoid loading all the redis tasks into memory 2. optimization of metrics adjustment The only place which stays unsafe is `@ backend.py get_all_tasks`: ``` tasks...