Welcome, Guest. Please login or register.

Author Topic: C link library information...  (Read 3355 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: C link library information...
« on: April 30, 2007, 04:43:49 PM »
In C variable type isn't saved anywhere in binary format, so the answer is "no".
 

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: C link library information...
« Reply #1 on: April 30, 2007, 05:00:47 PM »
Ahh, you're making your own link library then?

Well then the tools differ depending on the compiler used. For example the GNU tool is ar.
 

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: C link library information...
« Reply #2 on: April 30, 2007, 05:26:27 PM »
Well, obviously the same rules apply. If you need some information of the actual types, you need to provide that yourself in some way.

Déjà vu, didn't we go thru all this before already?