There’s a troubleshooting application for MacOS I’d be happy to buy, but the developers only offer it as on a subscription model, which is unacceptable. If I’m going to buy software, I’d better be able to own it and still be able to use that version in 10 years. Subscription is the worst of both worlds – pay for the thing, but don’t get to own it.

I couldn’t find a crack of it on torrentmac.net, so now I’m itching to try cracking it myself. I have the free trial downloaded and installed but it expires in a couple weeks. Any tips?

  • skankhunt42@lemmy.ca
    link
    fedilink
    English
    arrow-up
    28
    ·
    8 months ago

    Cracking means decompiling the files, debugging the code and finding the bits that check if you have a key/subscription and changing it in such a way that it passes. Not exactly something you can learn from scratch quickly.

    • FuzzyGrumblebee@lemmy.dbzer0.comOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      edit-2
      8 months ago

      Wow I didn’t know it was even possible to decompile compiled code. I know how to code and debug, but you’re right this is a big step past my current skills. And of course wouldn’t you know it, the decompiling tools for mac are very expensive and aren’t available to torrent either. This might be a dead end for me.

      Well, thank you, I learned something today.

      • andrew@radiation.party
        link
        fedilink
        English
        arrow-up
        6
        ·
        8 months ago

        Generally you can’t reverse it into exactly what was written, but most of the time you can disassemble or decompile just about any program as long as the binary format is known. The legibility of the resulting unraveling may vary depending on language and any methods used to obfuscate the end binary.