The Bitqoin program bitcoin-qt runs ok and obviusly finds the wallet. opening the wallet shows data that is unreadable. Running bitcoin-qt is no problem. Is there a program I can use that can show me the content of the wallet?
Some data/information of wallet.dat could be extracted/parsed with
dumpwallet command or tools such as
https://github.com/jackjack-jj/pywalletIf you want to extract/parse more data, there's no choice other than analyze source code of Bitcoin Core to see how wallet.dat is created and read.