Book a Demo

Author Topic: Reverse engineering  (Read 3381 times)

camel2

  • EA Novice
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
Reverse engineering
« on: August 21, 2018, 10:01:43 pm »
Hi there,
I've got a question concerning reverse engineering: I modified a base code template (a C++ language template) to generate source code. For reverse engineering C++ code, Enterprise Architect won't use the modified language template, it will use the "standard" C++ language templates instead, right? If so, is it possible to use the modified base templates for reverse engineering?
Thanks in advance! :)

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Reverse engineering
« Reply #1 on: August 21, 2018, 10:52:55 pm »
There's some BNF they use to parse source files which can be modified. The going get's tough when you enter there. And only a few adventurers ever dared to go there.

q.