{
com.antlersoft.ilanalyze.db.ILDB db=new com.antlersoft.ilanalyze.db.ILDB(new File(args[1]), false);
try
{
new ILDBContainer().sendFileToDriver( new File(args[0]), new SimpleDBDriverSource(
new LoggingDBDriver( new com.antlersoft.ilanalyze.db.ILDBDriver( db)), new IldasmReader()), 1, false);
}
finally
{
db.close();
}