Book a Demo

Author Topic: Reverse Engineering from Code  (Read 3167 times)

davidjose_k

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Reverse Engineering from Code
« on: January 18, 2019, 07:46:38 am »
I am trying to reverse engineering the code to create the architecture documents. Can EA auto create Activity diagrams for each function in a .c file.

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Reverse Engineering from Code
« Reply #1 on: January 18, 2019, 08:30:19 am »
No, of course not, because you have an infinite number of possible activities for any non-trivial piece of code. AD's highlight certain runtime periods and you create them for those parts which are more than medium complex. Else you can just stick to plain text.

q.