Reverse engineering the vc++ project
-
Hi all, I am workign on vc++. I got a project which is under maintanence now, the project is huge but I am new to this project.Can anybody suggest me a free /trail reverse engineering tool that can give me the design of the project so that i can have a better control on the project. Thanks in advance...
-
Hi all, I am workign on vc++. I got a project which is under maintanence now, the project is huge but I am new to this project.Can anybody suggest me a free /trail reverse engineering tool that can give me the design of the project so that i can have a better control on the project. Thanks in advance...
Doxygen http://www.stack.nl/~dimitri/doxygen/ might be helpful. With the Dot - Extension http://www.graphviz.org/ it generates documentation with Class-Diagrams and Call-Graphs for each function. It's great to familiarize with a new project. BOUML http://bouml.free.fr/ looks interesting - but I've never tried.
-
Hi all, I am workign on vc++. I got a project which is under maintanence now, the project is huge but I am new to this project.Can anybody suggest me a free /trail reverse engineering tool that can give me the design of the project so that i can have a better control on the project. Thanks in advance...
I do all my reverse engineering with Lattix (www.lattix.com), it gives you a handy dependency matrix, with which you can play and restructure your application in a nice way. It is not free, but you can download a trial that might help you out in a couple of days. It works in combo with dOxygen. If you download refer to me and they provide you some more help. Han