nicolodev
nicolodev
First pull request to Ghidra, so if you have any suggestions please let me know! This PR adds information for registers and call conventions for golang AARCH64 and AppleSilicon (see...
While opening a binary, Binary Ninja suggests some improvements for the analysis that may include: - adding a new section with ReadOnlyCodeSectionSemantics - Enable the linearSweep.permissive setting This issue is...
**Version and Platform (required):** - Binary Ninja Version: 4.1.558-dev - OS: macOS 15 - CPU Architecture: m2 **Bug Description:** Some calls under Windows PE that are detected only in MLIL,...
Gfids (Control Flow Guard metadata) contains some tables that might be helpful for recovering functions. Supporting them could be helpful for adding more context to the analysis. Some links: *...
A mach-o binary is composed by an array of load commands that are parsed successfully by bninja. However there're some unique load command for which you don't implement any custom...
Swift 5 is the first version of Swift programming language that includes a stable ABI. In the ABI, part of the information defined were 'metadata', additional information that are included...