Vector35 / binaryninja-api

Public API, examples, documentation and issues for Binary Ninja
https://binary.ninja/
MIT License
898 stars 202 forks source link

Create and ship more signature libraries #1551

Closed stong closed 1 year ago

stong commented 4 years ago

Here's a list of the current signature libraries we have available:

Linux:

For the sake of size, we can't ship every sig lib by default. Here's what we're currently shipping:

In the future, we would like to have these:

Windows:

Unfortunately, we can't generate Windows signature libraries right now as we don't don't support COFF relocations yet (ref #1410 #1376 #1956).

stong commented 4 years ago

Please suggest and vote on which signature libraries you'd like to see in the future.

kongo86 commented 4 years ago

Windows Def!

Update: you are correct. brain x-wired thanks!

psifertex commented 4 years ago

Windows doesn't need signature libraries, I don't think anyone staticly compiles user32.dll into their applications, do they? You're talking about type libraries which is over here: https://github.com/Vector35/binaryninja-api/issues/1495

Good news is that's actively being worked. :-)

joshwatson commented 4 years ago

msvcrt and related dlls can be statically linked

plafosse commented 1 year ago

Added in 3.3