Needs int changed to size_t for 7.5 or it throws an error when compiling Aside from that seems to work fine. size_t idaapi init( void ) { Settings.Init( ); Settings.Load( "sigmaker.ini" ); return PLUGIN_OK; } Thanks
Needs int changed to size_t for 7.5 or it throws an error when compiling
Aside from that seems to work fine.
size_t idaapi init( void )
{
Settings.Init( );
Settings.Load( "sigmaker.ini" );
}
Thanks