Even if it requires manual input. Is there any good-enough option available?
|
|
I don't know anything about this site, but a little googling found this. |
||||||||
|
|
|
If it was in managed C++ or C++/CLI, you could compile it and then disassemble the assembly into C# using a tool like Reflector. Of course, that's not open source but maybe you can find an open source Reflector-style tool? If it's native C++, that's much more difficult. |
||
|
|
