Enable SigMaker for ELF binaries

Don't filter by filetype
This commit is contained in:
Dedmen Miller
2018-04-09 09:44:10 +02:00
parent d06aae499b
commit 1323c93d10

View File

@@ -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" );