(75)
(1)
(20)
(14)
(10)
(30)
发布时间:2018-07-03 23:12:56
可重定位目标文件:file class:32-bit objectsdata encoding:little endianversion:1os abi identification:0abi version:0object file type:relocatable filemachine:intel 80386version:1entry point virtual address:0x00000000program header table file offset:0x00000000section header table file of.........
发布时间:2018-07-03 22:36:49
点击(此处)折叠或打开#include #include /**/int parse_elf_header(elf32_ehdr *pelf_header){ /*文件标志*/ if((pelf_header.........
发布时间:2018-04-15 19:25:36
关于结构体所占用的长度,有两个原则:1、各成员变量存放的起始地址相对于结构体的起始地址的偏移量必须为该变量的类型所占用字节的倍数。2、结构体的大小必须为成员中最大字节的整数倍点击(此处)折叠或打开#include
发布时间:2018-04-08 21:44:07
链表的基本操作和实现点击(此处)折叠或打开#include
发布时间:2018-03-20 21:44:36
std::bitset是stl的一部分,准确地说,std::bitset是模板类。 #include