OP 29 June, 2021 - 09:22 AM
So I need a bit of assistance figuring out how the key file is decrypted and understood by this program
What I know already:
- Activation occurs offline
- Probably uses openssl to decrypt the license
- When Openssl .dlls are removed causes the program to dump some interesting information
- The program/executable is compiled in Borland Delphi
What I don't know:
- What algorithm it uses to decrypt the license (Probably symmetric AES just a while guess through)
- Where the activation function is: I've thrown a breakpoint there already (nut I'm not very sure though)
- How it's processed
The project is here: https://mega.nz/file/XZNAGZxI#QfL8DcO8ys...iP7y92NEO0
Use IDA Pro to open the .idb file
PS: I know The software has already been cracked but I wish to make a keygen for the software
What I know already:
- Activation occurs offline
- Probably uses openssl to decrypt the license
- When Openssl .dlls are removed causes the program to dump some interesting information
- The program/executable is compiled in Borland Delphi
What I don't know:
- What algorithm it uses to decrypt the license (Probably symmetric AES just a while guess through)
- Where the activation function is: I've thrown a breakpoint there already (nut I'm not very sure though)
- How it's processed
The project is here: https://mega.nz/file/XZNAGZxI#QfL8DcO8ys...iP7y92NEO0
Use IDA Pro to open the .idb file
PS: I know The software has already been cracked but I wish to make a keygen for the software