Skip to content

Fileformat does not generate imphash for ELF binaries #286

@metthal

Description

@metthal

The problem with generating imphash for ELFs lies in the absence of information about imported libraries. The only information we can obtain is the name of the symbol. Since there are no library names, no imphash is generated because it relies on it. Generating imphash for ELFs requires appropriate modification of the algorithm while retaining the old behavior for PEs and Mach-Os (#285).

I propose leaving out the library name out of the hashed data together with the separator (I think it's .). I advise to taking care of #285 before this ticket.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions