From 1323c93d109ab381555a84ea6d0bf0a33cf99ebb Mon Sep 17 00:00:00 2001 From: Dedmen Miller Date: Mon, 9 Apr 2018 09:44:10 +0200 Subject: [PATCH] Enable SigMaker for ELF binaries Don't filter by filetype --- SigMaker/Main.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/SigMaker/Main.cpp b/SigMaker/Main.cpp index e56f75a..24876b4 100644 --- a/SigMaker/Main.cpp +++ b/SigMaker/Main.cpp @@ -95,9 +95,6 @@ bool idaapi run( size_t /*arg*/ ) int idaapi init( void ) { - if (inf.filetype != f_PE) - return PLUGIN_SKIP; - Settings.Init( ); Settings.Load( "sigmaker.ini" );