文件操作 - elfclass.h
返回文件管理
返回主菜单
删除本文件
文件: /usr/include/aarch64-linux-gnu/bits/elfclass.h
编辑文件内容
/* This file specifies the native word size of the machine, which indicates the ELF file class used for executables and shared objects on this machine. */ #ifndef _LINK_H # error "Never use <bits/elfclass.h> directly; include <link.h> instead." #endif #include <bits/wordsize.h> #define __ELF_NATIVE_CLASS __WORDSIZE /* The entries in the .hash table always have a size of 32 bits. */ typedef uint32_t Elf_Symndx;
修改文件时间
将文件时间修改为当前时间的前一年
删除文件