Nir
Nir
When more than one IDA instance is running, saving the configuration file will override any updates previously saved by any other instance.
data objects could be matched as well as code objects. This has both reversing assistance potential as well as match graph propagation possibilities
Setting up the following argument: `@argh.arg('-v', '--verbose', action='count', type=int, choices=range(4), default=0)` I'm getting the following error: `TypeError: main: cannot add arg -v/--verbose: __init__() got an unexpected keyword argument 'type'` Desired...
There are two types of "AV vendors" nowadays: One is a decent contributing to society type of company, who puts the community over greed, the other is a Leeching money-hungry...
Cylance is proud of what they call the "AV 100" test. In order to be considered an AntiVirus, this must pass the "AV 100" test. The test works as follows:...
## I'm submitting a... [ ] Regression [ ] Bug report [X] Feature request This is quite straightforward - I wish there was a toggle button somewhere in the settings...
The linux timeout command seems to fail terminating processes occasionally, so when possible without breaking the interface I've added a subprocess.Popen timeout (to be double the linux timeout) as a...
I've seen the 'Branch cannot be merged' several times due to a race condition between margebot and pipelines been rerun. If this occurs, IMHO margebot shouldn't necessarily give up immediately...
In this PR I propose two additional flags, mostly relevant to non-batch mode: 1. ci-timeout-skip - Will change the behavior of the `ci-timeout` flag. The default behavior is that if...