News

Available as both an IDA plugin and a Python script, Nimfilt helps to reverse engineer binaries compiled with the Nim programming language compiler by demangling package and function names, and ...
Lambdas, or anonymous functions in Python, can be written more clearly, such as (x) -> x**2 instead of lambda x: x**2. One convenient behavior not available through Python’s native syntax, ...