1. Registration will be closing soon, on 30.09.2025. Hurry up and sign up!

    Dismiss Notice

Gold Dehancer Pro 7.2 (MAC) + OFX

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

  1. pasiv

    pasiv Professional

    Gold Member No Limit
    Joined:
    27 Oct 2022
    Messages:
    540
    Likes Received:
    4,000
    Trophy Points:
    264
    Dehancer Pro 7.2 (MAC) + OFX



    Hidden Content:
    **Hidden Content: Content of this hidden block can only be seen by Gold Members(click for instructions) after they click 'Like'.**
     
    Last edited by a moderator: 25 Jul 2025
  2. vxdragin

    vxdragin Apprentice II

    Joined:
    16 Mar 2021
    Messages:
    182
    Likes Received:
    373
    Trophy Points:
    11
    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).
     
    GalleriaO likes this.
  3. cemilhaci

    cemilhaci Apprentice III

    Joined:
    24 Mar 2020
    Messages:
    34
    Likes Received:
    477
    Trophy Points:
    16
    install files ?
     
    GalleriaO likes this.
  4. pasiv

    pasiv Professional

    Gold Member No Limit
    Joined:
    27 Oct 2022
    Messages:
    540
    Likes Received:
    4,000
    Trophy Points:
    264
    Yes it's just a patch
     
    GalleriaO likes this.
  5. pasiv

    pasiv Professional

    Gold Member No Limit
    Joined:
    27 Oct 2022
    Messages:
    540
    Likes Received:
    4,000
    Trophy Points:
    264
    It can actually be downloaded from the official website, but I still uploaded the download link again.
     
    GalleriaO and vxdragin like this.
  6. vxdragin

    vxdragin Apprentice II

    Joined:
    16 Mar 2021
    Messages:
    182
    Likes Received:
    373
    Trophy Points:
    11
    Thank you, I see it now.
     
  7. pasiv

    pasiv Professional

    Gold Member No Limit
    Joined:
    27 Oct 2022
    Messages:
    540
    Likes Received:
    4,000
    Trophy Points:
    264
    You're welcome
     
  8. jetsamfloury

    jetsamfloury Apprentice II

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

    pasiv Professional

    Gold Member No Limit
    Joined:
    27 Oct 2022
    Messages:
    540
    Likes Received:
    4,000
    Trophy Points:
    264
    No bro :(
     
    Eyes12 likes this.
  10. Vitamina

    Vitamina Professional

    No Limit
    Joined:
    12 Mar 2021
    Messages:
    264
    Likes Received:
    3,319
    Trophy Points:
    135
    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:
    182
    Likes Received:
    373
    Trophy Points:
    11
    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!
     
    GalleriaO, tomlead and Keyasa like this.
  13. biroimre

    biroimre New Member

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

    pasiv Professional

    Gold Member No Limit
    Joined:
    27 Oct 2022
    Messages:
    540
    Likes Received:
    4,000
    Trophy Points:
    264
    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 Professional

    Gold Member No Limit
    Joined:
    27 Oct 2022
    Messages:
    540
    Likes Received:
    4,000
    Trophy Points:
    264
    What password are you talking about? I don't quite understand?
     
  17. Julioc42

    Julioc42 New Member

    Joined:
    5 Apr 2023
    Messages:
    51
    Likes Received:
    7
    Trophy Points:
    3
    say "NO ACTIVATE"
     
  18. Hookgrip

    Hookgrip Apprentice II

    Joined:
    29 May 2020
    Messages:
    51
    Likes Received:
    268
    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

    Joined:
    29 May 2020
    Messages:
    51
    Likes Received:
    268
    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