Note, in current version of capa (commit 6579e01), because of the lack of idapro.close_database, running capa -b will cause idapro to leave behind unpacked database files (*.id0 *.id1 *.id2 *.nam *.til);
@Young-Lord
see original report in #2950
we should be using a context manager to open the database, rather than trying to manually track when to open/close the db.
see original report in #2950
we should be using a context manager to open the database, rather than trying to manually track when to open/close the db.