Note - I updated the scanner to v1.01 in the original post.
The change is it will no longer write unwanted cases to the database.
This would mean:
This change does not make it incompatible with database files produced by previous version. If you have an old database with unwanted case types, just specify the "-type" switch while refreshing:
java -jar tscanner.jar -refresh -type 140,485 -database mydb
~Talkative
The change is it will no longer write unwanted cases to the database.
This would mean:
- repeating "-search" is expensive (but you shouldn't run it more than once anyway)
- the database file is uncluttered and has only cases of type specified by "-type" parameter
This change does not make it incompatible with database files produced by previous version. If you have an old database with unwanted case types, just specify the "-type" switch while refreshing:
java -jar tscanner.jar -refresh -type 140,485 -database mydb
~Talkative
Last edited by a moderator: