Author Topic: [Software Crack] Logicly - Digital Logic Simulator  (Read 3579 times)

0 Members and 1 Guest are viewing this topic.

Offline xor

  • Peasant
  • *
  • Posts: 59
  • Cookies: 32
    • View Profile
[Software Crack] Logicly - Digital Logic Simulator
« on: June 23, 2015, 04:35:41 am »
Hi all,


Recently I've been using the Logicly software to create my Digital Logic series of tutorials for Evilzone.
Generally I use the web demo to do this, but I also wanted to be able to create logic circuits when not connected to the internet.


So I downloaded the desktop version, and as usual, this ended up with me investigating the code. Now, while I have fully paid for my license key. I thought I would share a key brute forcer that I made for this software. (Version 1.7.2)


There is also probably a more mathematical way to generate these passwords as opposed to brute forcing. So if anyone would like to optimise this code, go ahead.


Here are some sample keys:


Code: [Select]

RKGFKXR9DPWBMBCBGBVBTBXBW
TMRFRXK9DPXBJBJBHBRBGBRBW
TPHFFXD9BPBBFBQBHBJBMBXBV
HQBFCXM9CPHBKBGBKBHBBBWBD
TRFFJXG9DPWBWBBBBBDBVBQBD


And the project source if you want to generate your own key.
https://github.com/XorLogic/CrackMesAndKeygens/tree/master/KeyGens/LogiclyKeygen/LogiclyKeygen


Please don't use this irresponsibly, and give the developers a helping hand by buying the software if you feel you will get use out of it.


Have fun designing logic circuits, and remember to check out my Digital Logic Series of tutorials.
https://github.com/XorLogic/DigitalLogic


-- xor
« Last Edit: June 23, 2015, 06:28:55 am by xor »

Offline dotszilla

  • Peasant
  • *
  • Posts: 68
  • Cookies: -61
  • ..you'll either LOVE me or HATE me..
    • View Profile
Re: [Software Crack] Logicly - Digital Logic Simulator
« Reply #1 on: June 23, 2015, 06:44:27 am »
nice... i always wanted to learn how to bypass a programs serial key, i never thought about brute forcing it, thats cool i gotta get into that one day...
"The box said 'Requires Windows XP or better'. So I installed LINUX..."

Offline xor

  • Peasant
  • *
  • Posts: 59
  • Cookies: 32
    • View Profile
Re: [Software Crack] Logicly - Digital Logic Simulator
« Reply #2 on: June 23, 2015, 07:23:17 am »
Generally speaking, brute forcing a serial key where you don't know the algorithm would take a very long time.
With this software, I had to understand their method of checking the serial number first, which made brute forcing it a lot quicker.


-- xor