FIDL icon indicating copy to clipboard operation
FIDL copied to clipboard

A sane API for IDA Pro's decompiler. Useful for malware RE and vulnerability research

Results 2 FIDL issues
Sort by recently updated
recently updated
newest added

Referring to this code, used to add a comment: https://github.com/fireeye/FIDL/blob/e6ceb000cda43b450717eb171309c02dee06dd4f/FIDL/decompiler_utils.py#L2126-L2135 When I saw this, I thought to myself, surely there is a better way! According to the IDA CPP header,...

```File "", line 78, in File "", line 62, in main File "C:\Python27\lib\site-packages\FIDL\decompiler_utils.py", line 1388, in __init__ self._generate_i_cfg(blocks_to_expand=blocks) File "C:\Python27\lib\site-packages\FIDL\decompiler_utils.py", line 1813, in _generate_i_cfg self._generate_i_cfg(blocks_to_expand=blocks_to_expand) File "C:\Python27\lib\site-packages\FIDL\decompiler_utils.py", line 1800, in...