We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
The above did not help me. I've done:
plugmod_t* idaapi init( void ) { Settings.Init( ); Settings.Load( "sigmaker.ini" ); return PLUGIN_OK; } plugin_t PLUGIN = { IDP_INTERFACE_VERSION, PLUGIN_MOD,
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: