Post
Topic
Board Bitcoin Technical Support
Merits 1 from 1 user
Re: Overwritten wallet.dat files
by
BASE16
on 20/07/2021, 15:55:02 UTC
⭐ Merited by vapourminer (1)
If it was found as wallet.dat then what you found was an entry to a location in a partition table and not the actual wallet.
The actual wallet will be found and recognized by it's header as a .db file this is a Berkeley Binary Tree database file.
So it's a good idea to examine that drive in raw mode on the byte level. 
Look for the actual .db files by header and not for the filenames (like wallet.dat)