]>
git.zerfleddert.de Git - proxmark3-svn/blob - client/elf.h
1 //-----------------------------------------------------------------------------
2 // This code is licensed to you under the terms of the GNU GPL, version 2 or,
3 // at your option, any later version. See the LICENSE.txt file for the text of
5 //-----------------------------------------------------------------------------
7 //-----------------------------------------------------------------------------
21 } __attribute__((__packed__
)) Elf32_Phdr
;
26 unsigned char e_ident
[EI_NIDENT
];
40 } __attribute__((__packed__
)) Elf32_Ehdr
;