BD+ FUT (Fix-Up Table)

BD+ FUT is used to remove BD+ protection.

Starting from version 2.7.0.4, Xreveal no longer supports removing BD+ protection with old fut file, use Xreveal Plugins instead.

How Xreveal Pro remove BD+ protection:

    if (bd+.dll exists in Xreveal program folder) {
        remove_BD+_by(bd+.dll)
    } else {
        remove_BD+_by_online
    }

How Xreveal Free remove BD+ protection:

    if (bd+.dll not exists in Xreveal program folder) {
        Prompt to download 'Xreveal Plugins'
    }
    
    if (bd+.dll exists) {
        if (support_this_disc_for_free_version) {
            remove_BD+_by(bd+.dll)
        }
    }