摘要:
知识杂项 + ELF:在计算机科学中,是一种用于二进制文件、可执行文件、目标代码、共享库和核心转储格式文件。 + char fgets(char buf, int bufsize, FILE stream); buf: 字符型指针,指向用来存储所得数据的地址。 bufsize: 整型数据,指明存储数 阅读全文
摘要:
知识杂项 + int mprotect(const void start, size_t len, int prot); + mprotect()函数把自start开始的、长度为len的内存区的保护属性修改为prot指定的值。 + int fflush(FILE stream) + fflush() 阅读全文