Quote:
|
Originally Posted by twobornot2bcreative Darn. Thanks djdeluxe76. Is there an app that allows one to read cdl files? How can I get into this racket? |
I know of none, my guess is you'd have to reverse engineer it like with every compiled binary. dependency-walker like tools will not get you far here as they will only provide little insight into the routines that need to be found to remove protections. using a combo of disassembler (for step-into at the time you get asked for the serial or the cinema program halts because of invalid serial, or..., or... etc.) and hex editor is how it is done most of the time. you wont't get around learning ASM. And if an obfuscator is used on the intermediary code you will have to decrypt first.