nimfilt icon indicating copy to clipboard operation
nimfilt copied to clipboard

A collection of modules and scripts to help with analyzing Nim binaries

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

idaapi.BADADDR, not idaapi.BADDADDR https://github.com/eset/nimfilt/blob/240be214ff239622b104775241b3b5d06da7cc02/nimfilt_ida.py#L299

## Overview Added Ghidra support through [GhidraScript](https://ghidra.re/ghidra_docs/api/ghidra/app/script/GhidraScript.html?external_link=true). Should behave similar to IDA script (mostly a rewrite of the script). Had to modify the common `nimfilt.py` so that it works in...