vote up 0 vote down star

I read Jeff's blog post that someone had managed to see a closed source code by a program called Reflector.

I would like see the source code of Coda, which is a shareware app. However, I am not sure which application I should use for that. It seems that Reflector can only be used for. Net apps.

How can you see the source code of Coda?

flag

1  
Reflector does not produce the source code of a program; it produces code which could compile to the same IL as the program. – ephemient May 7 at 16:50

3 Answers

vote up 2 vote down check

Reflector only works with managed .NET assemblies (CIL binaries)

link|flag
vote up 1 vote down

Your best chance would be getting a job as a Software Engineer at panic.

link|flag
vote up 0 vote down

I don't think that Coda is shareware. It's a commercial application that has a trial period.

link|flag
Coda still seems to have some closed parts such as its terminal code. – Masi May 7 at 12:03

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.