Merge pull request #7 from dedmen/patch-1
Enable SigMaker for ELF binaries
This commit is contained in:
@@ -95,9 +95,6 @@ bool idaapi run( size_t /*arg*/ )
|
|||||||
|
|
||||||
int idaapi init( void )
|
int idaapi init( void )
|
||||||
{
|
{
|
||||||
if (inf.filetype != f_PE)
|
|
||||||
return PLUGIN_SKIP;
|
|
||||||
|
|
||||||
Settings.Init( );
|
Settings.Init( );
|
||||||
Settings.Load( "sigmaker.ini" );
|
Settings.Load( "sigmaker.ini" );
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user