linux - Where can I find the GNU ar file format specification? -
I need to use the created AR file, but I can not get a specification document defining the format . Can anyone tell me in the right direction?
From
:
The AR format has never been standardized is; Modern archives are based on a common pattern with two common forms, BSD and GNU.
More information is also here.
Comments
Post a Comment