Gold Dehancer Pro 7.2 (MAC) + OFX

Discussion in 'Video Effects' started by pasiv, 1 Jun 2024.

  1. pasiv

    pasiv Skilled

    Gold Member No Limit
    Joined:
    27 Oct 2022
    Messages:
    421
    Likes Received:
    2,950
    Trophy Points:
    187
    Last edited: 1 Jun 2024
  2. vxdragin

    vxdragin Apprentice II

    Joined:
    16 Mar 2021
    Messages:
    180
    Likes Received:
    367
    Trophy Points:
    3
    Is this supposed to include the plugin as well? I might be missing something but all I see is an .RTF document (which looks like it's for patching).
     
  3. cemilhaci

    cemilhaci Apprentice III

    Joined:
    24 Mar 2020
    Messages:
    34
    Likes Received:
    458
    Trophy Points:
    16
    install files ?
     
  4. pasiv

    pasiv Skilled

    Gold Member No Limit
    Joined:
    27 Oct 2022
    Messages:
    421
    Likes Received:
    2,950
    Trophy Points:
    187
    Yes it's just a patch
     
  5. pasiv

    pasiv Skilled

    Gold Member No Limit
    Joined:
    27 Oct 2022
    Messages:
    421
    Likes Received:
    2,950
    Trophy Points:
    187
    It can actually be downloaded from the official website, but I still uploaded the download link again.
     
    vxdragin likes this.
  6. vxdragin

    vxdragin Apprentice II

    Joined:
    16 Mar 2021
    Messages:
    180
    Likes Received:
    367
    Trophy Points:
    3
    Thank you, I see it now.
     
  7. pasiv

    pasiv Skilled

    Gold Member No Limit
    Joined:
    27 Oct 2022
    Messages:
    421
    Likes Received:
    2,950
    Trophy Points:
    187
    You're welcome
     
  8. jetsamfloury

    jetsamfloury New Member

    Gold Member
    Joined:
    27 Nov 2022
    Messages:
    6
    Likes Received:
    79
    Trophy Points:
    3
    Thanks bro,is there any FCP 7.2?
     
  9. pasiv

    pasiv Skilled

    Gold Member No Limit
    Joined:
    27 Oct 2022
    Messages:
    421
    Likes Received:
    2,950
    Trophy Points:
    187
    No bro :(
     
    Eyes12 likes this.
  10. Vitamina

    Vitamina Professional

    Gold Member No Limit
    Joined:
    12 Mar 2021
    Messages:
    244
    Likes Received:
    3,224
    Trophy Points:
    155
    Is that text copied and pasted into the terminal? or what is the installation process?
     
  11. santarna

    santarna New Member

    Joined:
    20 Apr 2021
    Messages:
    47
    Likes Received:
    5
    Trophy Points:
    3
    What is the installation process?
     
  12. vxdragin

    vxdragin Apprentice II

    Joined:
    16 Mar 2021
    Messages:
    180
    Likes Received:
    367
    Trophy Points:
    3
    1) Run the installer
    2) Copy the text in the document and paste it in Terminal. Then enter your password if it asks for it
    3) Done!
     
    tomlead and Keyasa like this.
  13. biroimre

    biroimre New Member

    Joined:
    22 Jul 2021
    Messages:
    6
    Likes Received:
    2
    Trophy Points:
    3
    Can't download profiles.
     
  14. pasiv

    pasiv Skilled

    Gold Member No Limit
    Joined:
    27 Oct 2022
    Messages:
    421
    Likes Received:
    2,950
    Trophy Points:
    187
    All links are working please check your network
     
  15. hiflystrength

    hiflystrength New Member

    Gold Member
    Joined:
    27 Nov 2023
    Messages:
    22
    Likes Received:
    1
    Trophy Points:
    3
    what is the terminal password?
     
  16. pasiv

    pasiv Skilled

    Gold Member No Limit
    Joined:
    27 Oct 2022
    Messages:
    421
    Likes Received:
    2,950
    Trophy Points:
    187
    What password are you talking about? I don't quite understand?
     
  17. Julioc42

    Julioc42 New Member

    Gold Member
    Joined:
    5 Apr 2023
    Messages:
    48
    Likes Received:
    6
    Trophy Points:
    3
    say "NO ACTIVATE"
     
  18. Hookgrip

    Hookgrip Apprentice II

    Gold Member
    Joined:
    29 May 2020
    Messages:
    51
    Likes Received:
    240
    Trophy Points:
    9
    thank you, worked like a charm
     
  19. santarna

    santarna New Member

    Joined:
    20 Apr 2021
    Messages:
    47
    Likes Received:
    5
    Trophy Points:
    3
    Not sure if your answer will help, but here goes: can you tell me what you did you right during installation? I’m totally stuck.
     
  20. Hookgrip

    Hookgrip Apprentice II

    Gold Member
    Joined:
    29 May 2020
    Messages:
    51
    Likes Received:
    240
    Trophy Points:
    9
    1. After you install the program on you mac, run terminal (cmd + spacebar......search terminal).

    2. copy and paste the .rtf text into terminal:
    org_ocx_file="/Library/OFX/Plugins/DehancerProMetal_arm64_x86_64_v7.ofx.bundle/Contents/MacOS/DehancerProMetal_arm64_x86_64_v7.ofx"

    ocx_file="/tmp/DehancerProMetal_arm64_x86_64_v7.ofx"

    sudo cp -p "$org_ocx_file" "$ocx_file"

    hex() {

    perl -0777pe 's|([0-9a-zA-Z]{2}+(?![^\(]*\)))|\\x${1}|gs' <<<"$1"

    }

    replace() {

    file="$1"

    dom=$(hex "$2")

    sub=$(hex "$3")

    sudo perl -0777pi -e 'BEGIN{$/=\1e8} s|'"$dom"'|'"$sub"'|gs' "$file"

    }

    prep() {

    sudo xattr -cr "$ocx_file"

    sudo xattr -r -d com.apple.quarantine "$ocx_file"

    sudo codesign --force --sign - "$ocx_file"

    }

    patch() {

    replace "$ocx_file" '5B5DE900000000554889E5' '5B5DE900000000C34889E5'

    replace "$ocx_file" '000014FFC301D1F6' '000014C0035FD6F6'

    }

    patch

    prep

    sudo mv "$ocx_file" "$org_ocx_file"

    3. Enter your password (your macbook password you use to login to your computer) into terminal. Heads up, it wont show the password as you type it in but it's there. Hit enter.

    4. All done
     
Top