Book a Demo

Author Topic: reverse engineer binary modules using automation  (Read 3059 times)

bartimer

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
reverse engineer binary modules using automation
« on: March 21, 2008, 09:12:01 pm »
How do you reverse engineer .Net assemblies (PE Files) using the automation interface of EA 7.0? (We make extensive use of partial classes and don't like the fact that they appear as separate classes in the model, that why we like to use binaries instead of source code.)

Can this be done using ImportFile()/ImportDirectory() of the Project interface? If so, what settings should be used for the language parameter? Is 'recurse=1' really the only supported extraoption? How about setting the options which are available in the UI for import of binary modules?

Can anyone provide me the possible strings for the language parameter (I figured out 'C#') off the ImportFile/ImportDirectory method?

« Last Edit: March 31, 2008, 10:57:19 pm by bartimer »