Ideas on how to crack an Active X Control?

Discussion in 'Programming General' started by Covey, Jul 17, 2008.

Ideas on how to crack an Active X Control?
  1. Unread #1 - Jul 17, 2008 at 2:30 AM
  2. Covey
    Joined:
    Sep 9, 2005
    Posts:
    4,510
    Referrals:
    9
    Sythe Gold:
    9
    Discord Unique ID:
    807246764155338833
    Discord Username:
    Covey#1816

    Covey Creator of EliteSwitch
    Retired Sectional Moderator Visual Basic Programmers

    Ideas on how to crack an Active X Control?

    Was wondering if there is a way to get around the "License Key" issue with some Active X (.ocx) files?

    I know the licenses are usually stored in the registry under something like:
    Code:
    HKEY_CLASSES_ROOT\Licenses\FEF860DC-61B9-4EBE-831F-FDFBCCD0DD6B
    is there any way to find out the license key from the .ocx itself?

    Post your ideas or thoughts.
     
  3. Unread #2 - Jul 17, 2008 at 10:56 AM
  4. Nullware
    Joined:
    Jan 30, 2007
    Posts:
    1,761
    Referrals:
    4
    Sythe Gold:
    0

    Nullware Guru

    Ideas on how to crack an Active X Control?

    I've never really tried or looked into it at all but can you tell me the one you're trying to do it with so I have something to start with.
     
  5. Unread #3 - Jul 17, 2008 at 11:38 AM
  6. jdsfighter
    Joined:
    Jan 21, 2007
    Posts:
    603
    Referrals:
    0
    Sythe Gold:
    0

    jdsfighter Forum Addict
    Visual Basic Programmers

    Ideas on how to crack an Active X Control?

    Your not trying to crack swiftIRC again are you covey?
     
  7. Unread #4 - Jul 18, 2008 at 7:33 AM
  8. Covey
    Joined:
    Sep 9, 2005
    Posts:
    4,510
    Referrals:
    9
    Sythe Gold:
    9
    Discord Unique ID:
    807246764155338833
    Discord Username:
    Covey#1816

    Covey Creator of EliteSwitch
    Retired Sectional Moderator Visual Basic Programmers

    Ideas on how to crack an Active X Control?

    >.>
    <.<

    No....(A)

    Course i am.
     
  9. Unread #5 - Jul 21, 2008 at 6:19 PM
  10. Blupig
    Joined:
    Nov 23, 2006
    Posts:
    7,145
    Referrals:
    16
    Sythe Gold:
    1,609
    Discord Unique ID:
    178533992981594112
    Valentine's Singing Competition Winner Member of the Month Winner MushyMuncher Gohan has AIDS Extreme Homosex World War 3 I'm LAAAAAAAME
    Off Topic Participant

    Blupig BEEF TOILET
    $5 USD Donor

    Ideas on how to crack an Active X Control?

    I might have some ideas, but it would be nice if you could explain what you're trying to do some more. Are you trying to crack then decompile the control into VB6 or into a native language?
     
  11. Unread #6 - Jul 21, 2008 at 6:55 PM
  12. cp
    Joined:
    Jan 30, 2007
    Posts:
    3,278
    Referrals:
    6
    Sythe Gold:
    0

    cp an cat
    Banned

    Ideas on how to crack an Active X Control?

    Run the program, then read the registry.

    It's highly unlikely that the .ocx file itself contains the key. The key is probably generated when you install, run the program, or whatever.
     
  13. Unread #7 - Jul 22, 2008 at 3:39 AM
  14. Covey
    Joined:
    Sep 9, 2005
    Posts:
    4,510
    Referrals:
    9
    Sythe Gold:
    9
    Discord Unique ID:
    807246764155338833
    Discord Username:
    Covey#1816

    Covey Creator of EliteSwitch
    Retired Sectional Moderator Visual Basic Programmers

    Ideas on how to crack an Active X Control?

    umm, its kind of hard to explain.
    But you don't need the License key to use the .OCX File with an already compiled application BUT you do need the License Key to add the .OCX control to your project in the Visual Basic IDE.

    I've decompiled the .OCX and found no references to he Registry at all, so i guess you're correct on that matter cp_.
    So i'll try reading the registry when i add the Component, but i don't know of any decent Registry reading programs, can you list some?

    --------------

    I've also included a .GIF of what happens when i try to add the component in Visual Basic IDE.

    [​IMG]
     
  15. Unread #8 - Jul 22, 2008 at 3:46 AM
  16. Vic
    Joined:
    Apr 21, 2005
    Posts:
    1,607
    Referrals:
    7
    Sythe Gold:
    49
    Discord Unique ID:
    181751669820882944
    Discord Username:
    Vic
    Two Factor Authentication User Easter 2020 Sythe's 15th Anniversary <3 n4n0 Lawrence Extreme Homosex

    Vic Meow
    Highly Respected Retired Administrator

    Ideas on how to crack an Active X Control?

    Hey pm me the file, ill give it a go..
     
  17. Unread #9 - Jul 22, 2008 at 3:55 AM
  18. Covey
    Joined:
    Sep 9, 2005
    Posts:
    4,510
    Referrals:
    9
    Sythe Gold:
    9
    Discord Unique ID:
    807246764155338833
    Discord Username:
    Covey#1816

    Covey Creator of EliteSwitch
    Retired Sectional Moderator Visual Basic Programmers

    Ideas on how to crack an Active X Control?

    Pm'd you it.
     
  19. Unread #10 - Jul 22, 2008 at 8:48 AM
  20. Jazz00006
    Joined:
    Aug 26, 2005
    Posts:
    807
    Referrals:
    0
    Sythe Gold:
    0

    Jazz00006 Apprentice
    Visual Basic Programmers

    Ideas on how to crack an Active X Control?

    The program should have the key inside it, in plain text format. You just have to look at it thought a debugger, view the line or two above the OCX initiation or whatever it's called and then use VB to load the key before you load the program.

    Atleast that's how I did it last time I cracked your SwiftKit OCX for you. :p
     
  21. Unread #11 - Jul 22, 2008 at 9:26 AM
  22. Covey
    Joined:
    Sep 9, 2005
    Posts:
    4,510
    Referrals:
    9
    Sythe Gold:
    9
    Discord Unique ID:
    807246764155338833
    Discord Username:
    Covey#1816

    Covey Creator of EliteSwitch
    Retired Sectional Moderator Visual Basic Programmers

    Ideas on how to crack an Active X Control?

    you didn't crack it last time >.<.
    Well it didn't work for me anyway, still gave me the licensing error.

    Also by OCX initiation do you mean sub_main?
     
  23. Unread #12 - Jul 22, 2008 at 9:39 AM
  24. Vic
    Joined:
    Apr 21, 2005
    Posts:
    1,607
    Referrals:
    7
    Sythe Gold:
    49
    Discord Unique ID:
    181751669820882944
    Discord Username:
    Vic
    Two Factor Authentication User Easter 2020 Sythe's 15th Anniversary <3 n4n0 Lawrence Extreme Homosex

    Vic Meow
    Highly Respected Retired Administrator

    Ideas on how to crack an Active X Control?

    Try this:
    {00000117-0000-0000-C000-000000000046}
    not sure what you will do with it.
     
  25. Unread #13 - Jul 22, 2008 at 9:53 AM
  26. Covey
    Joined:
    Sep 9, 2005
    Posts:
    4,510
    Referrals:
    9
    Sythe Gold:
    9
    Discord Unique ID:
    807246764155338833
    Discord Username:
    Covey#1816

    Covey Creator of EliteSwitch
    Retired Sectional Moderator Visual Basic Programmers

    Ideas on how to crack an Active X Control?

    I'd say that would be the registry folder it is stored in, but not the actual key, the Key layout looks like this:
    Code:
    HKEY_CLASSES_ROOT\Licenses\0D964126-5C0D-4B03-AEBC-BFAE34C42F15 = kfkmumjfffhmlfkfnljmkfhmoltllmmfgmtg
     
  27. Unread #14 - Jul 22, 2008 at 2:44 PM
  28. cp
    Joined:
    Jan 30, 2007
    Posts:
    3,278
    Referrals:
    6
    Sythe Gold:
    0

    cp an cat
    Banned

    Ideas on how to crack an Active X Control?

    http://www.easydesksoftware.com/Regwatch.htm
    http://registry-snapshot-compare.qarchive.org/
    http://en.softonic.com/s/registry-snapshot

    No idea on the actual quality of the software.

    What it does is, it takes a snapshot of the registry, then you do whatever you need to do, install your programs as necessary or whatever, then you take another snapshot using the program. The program will then compare the snapshots, and attempt to find newly added keys. That is, if the thing you're working with deals with the registry at all.

    Why don't you post a copy/link of the file?
     
  29. Unread #15 - Jul 23, 2008 at 2:17 AM
  30. Covey
    Joined:
    Sep 9, 2005
    Posts:
    4,510
    Referrals:
    9
    Sythe Gold:
    9
    Discord Unique ID:
    807246764155338833
    Discord Username:
    Covey#1816

    Covey Creator of EliteSwitch
    Retired Sectional Moderator Visual Basic Programmers

    Ideas on how to crack an Active X Control?

    It doesn't add anything to the registry it merely checks it to see if a key exists, if it does then you're able to use the control.

    as for a download link to the control it can be reached here - http://www.coveyinc.com/swiftirc.ocx
     
  31. Unread #16 - Jul 25, 2008 at 4:34 AM
  32. Covey
    Joined:
    Sep 9, 2005
    Posts:
    4,510
    Referrals:
    9
    Sythe Gold:
    9
    Discord Unique ID:
    807246764155338833
    Discord Username:
    Covey#1816

    Covey Creator of EliteSwitch
    Retired Sectional Moderator Visual Basic Programmers

    Ideas on how to crack an Active X Control?

    Great suggestion, now fuck off back to your little irc server that Annex trashed.
     
  33. Unread #17 - Jul 25, 2008 at 8:26 AM
  34. KarlR
    Referrals:
    0

    KarlR Guest

    Ideas on how to crack an Active X Control?

    Hi

    The SwiftIRC client is currently available exclusively for use in the application SwiftKit.

    Please respect my intellectual property and do not attempt to include the control in your own applications without permission.

    Best wishes,

    Karl
     
  35. Unread #18 - Jul 25, 2008 at 1:06 PM
  36. Covey
    Joined:
    Sep 9, 2005
    Posts:
    4,510
    Referrals:
    9
    Sythe Gold:
    9
    Discord Unique ID:
    807246764155338833
    Discord Username:
    Covey#1816

    Covey Creator of EliteSwitch
    Retired Sectional Moderator Visual Basic Programmers

    Ideas on how to crack an Active X Control?

    Thanks Seph, but i asked first to try and do the right thing, but since you will not sell it to me you leave me no option.
     
  37. Unread #19 - Jul 25, 2008 at 1:30 PM
  38. cp
    Joined:
    Jan 30, 2007
    Posts:
    3,278
    Referrals:
    6
    Sythe Gold:
    0

    cp an cat
    Banned

    Ideas on how to crack an Active X Control?

    Covey, when someone refuses to let you use their work, it's a common thing to stop trying... >__>

    He won't sell it, and he won't give you permission, so unless you use your program for personal use, you won't be able to legally distribute it.
     
  39. Unread #20 - Jul 25, 2008 at 4:06 PM
  40. Covey
    Joined:
    Sep 9, 2005
    Posts:
    4,510
    Referrals:
    9
    Sythe Gold:
    9
    Discord Unique ID:
    807246764155338833
    Discord Username:
    Covey#1816

    Covey Creator of EliteSwitch
    Retired Sectional Moderator Visual Basic Programmers

    Ideas on how to crack an Active X Control?

    Seeing as i'm not a company nor do a charge for my program or have any trace back to my real life i think i'll be just fine.
     
< Basic Browser Help | Ideas on how to check if username is available >

Users viewing this thread
1 guest


 
 
Adblock breaks this site