k****i 发帖数: 1072 | 1 u guys/gals like depth first or breadth first when reading some codes?Or some
combination? |
p***n 发帖数: 635 | 2 i read comments first if available
then, use XDE or Rose to reverse engineer it to do walk through
if there is still anything uncovered, dig into the code.
【在 k****i 的大作中提到】 : u guys/gals like depth first or breadth first when reading some codes?Or some : combination?
|
k****i 发帖数: 1072 | 3 XDE and Rose?
hmm,never use them b4.I only use the vss to do the reverse engineer but it
doesn't generate the component diagram automatically.Are the ones u mention
free?【 在 payan (沛岩) 的大作中提到: 】
some |
p***n 发帖数: 635 | 4 neithe ris free
actually the way i like most is to step through all the test
cases with a few break points. after you run all the cases,
pretty much a complete code walkthrough is done.
【在 k****i 的大作中提到】 : XDE and Rose? : hmm,never use them b4.I only use the vss to do the reverse engineer but it : doesn't generate the component diagram automatically.Are the ones u mention : free?【 在 payan (沛岩) 的大作中提到: 】 : some
|
y****i 发帖数: 5690 | 5 Can you tell me a little bit more about reverse engineering? What are the
results of it and how do you do it using Rose?
some
【在 p***n 的大作中提到】 : i read comments first if available : then, use XDE or Rose to reverse engineer it to do walk through : if there is still anything uncovered, dig into the code.
|