hello everyone,
6 years ago i compiled a code..
i would like to retrieve parts of not all of the code by decompiling the file binary i've got. that's all i have.
any ideas how's that been done mates?
thanks in advance!
|
Newbie Member
|
|
| 28Nov2011,03:03 | #1 |
|
hello everyone,
6 years ago i compiled a code.. i would like to retrieve parts of not all of the code by decompiling the file binary i've got. that's all i have. any ideas how's that been done mates? thanks in advance! |
|
Mentor
|
![]() |
| 30Nov2011,17:44 | #2 |
|
You can use something like IDA Pro - this is a very good decompiling tool. And as you wrote the original code it shouldn't be too difficult for you to piece together the original source.
|