Quickly determine the capabilities of an ELF binary through static analysis. Discover if the binary is known malware or a possible threat without ever executing the file.
Now available on Github!
ELF Parser supports 32-bit, 64-bit, little endian, and big endian binaries.
ELF Parser categorizes the binary's capabilities by recognizing known functions and signatures.
ELF Parser displays various ELF structures such as the sections table, programs table, dynamic segment, and symbol tables.
ELF Parser attempts to identify well known malware such as Kaiten, Elfknot, and BillGates.