The Pro version supports the use of bd+.dll to remove most BD+ protections. Just download and install Xreveal Plugins 1.0 (Mirror1)
The Free version will try to use the "MediaKey_VolumeLabel.bin" in the FUT location. Please google cached BD+ tables for more details.
How Xreveal remove BD+ protection:
// Pro feature if (bd+.dll exists in Xreveal program folder) { remove_BD+_by(bd+.dll) } else if (bd+.dll exists in BD+ FUT location) { remove_BD+_by(bd+.dll) } if (failed) { if (MK.bin exists) { remove_BD+_by(MK.bin) } else if (MK_VolumeLabel.bin exists) { remove_BD+_by(MK_VolumeLabel.bin) } else { remove_BD+_by(MK_*.bin) } } if (failed) { // Pro feature remove_BD+_by(find fut online) }