FIRST icon indicating copy to clipboard operation
FIRST copied to clipboard

Results 7 FIRST issues
Sort by recently updated
recently updated
newest added

https://github.com/googleprojectzero/functionsimsearch https://googleprojectzero.blogspot.com/2018/12/searching-statically-linked-vulnerable.html

This would be similar to how IDA Pro handles duplicate function names. Right now it skips duplicates when applying function names with the following message: ": can't rename byte as...

I got the plugin working on Linux using virtualenv + [this](https://github.com/Kerrigan29a/idapython_virtualenv) plugin. I'm writing this because I read [here](https://first-plugin-ida.readthedocs.io/en/latest/installing.html#linux) that you still are looking for a solution then I thought...

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,...

I like to add additional code I find during the analysis of a sample as additional segment to my code. Thus I can have > 10 segments in my database....