Nir
Nir
I would like to collect a list of annotation types that would be useful, preferably with some kind of ranking. These came to mind: 1. structures and enums used in...
Right now, #17 Implements two successive noticeable slow progress bar tasks: 1. Waiting for the task to complete on the remote server. 2. Downloading all match results. It is possible,...
Some fine tuning for pip installation of ida plugin: - [ ] Post installation, copy `plugin_rematch.py` to the plugins directory. - [X] ~Pre installation, make sure we're running in an...
In order to properly develop decent engines, it would be convenient to have a easy way to benchmark and test results of available engines against a properly-sized labeled dataset. -...
The command line client should have a disassembler as dependency, and provide the same functionality as the IDA client. After a sketch is made, common code from the ida client...
A vector of separate hashes for each basic block, sorted by their value. This will provide basic-block based matching, while ignoring basic block order changes. We should have a couple...
It would be extremely helpful for us to get statistics about matchers success ratios. This might be too soon to come up with this issue, and it might get some...
Hitting the progress bar's "Cancel" button after starting a match should do the following: - [ ] Cancel a running celery task - [ ] Revoke a celery task which...
We use that to force IDA to update states about the actions, which are only updated once IDA makes one of a set of changes. `request_update` forces IDA to check...