Author Topic: Reverse Engineering C global variable  (Read 2736 times)

Helmut Ortmann

  • EA User
  • **
  • Posts: 970
  • Karma: +42/-1
    • View Profile
Reverse Engineering C global variable
« on: January 10, 2013, 06:55:24 pm »
Hello,

From C-Code:
Code: [Select]
*.h  File         *.c File
extern int v;    int v;
I would expect to get in EA a class with a public attribut v.
public int:v

What I get is:
public  int:v
private int:v

In fact I get two attributes with the same name, one public and one private.

Is there a way to avoid this problem?

Thanks and kind regards,

Helmut
Coaching, Training, Workshop (Addins: hoTools, Search&Replace, LineStyle)