Enable SigMaker for ELF binaries
Don't filter by filetype
This commit is contained in:
@@ -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" );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user