标签 fprintf 下的文章

  • 📂linux 进程间共享内存示例教程

    写入端:#include <iostream> #include <unistd.h> #include <stdlib.h> #include <stdio.h> #include <sys/shm.h> using namespace std; struct MappingDataType { int mappingD...

  • 📂Dump进程(任务)中的所有通信端口教程

    // // main.m // MachPortDump // // Created by haidragon on 2019/6/10. // Copyright © 2019 haidragon. All rights reserved. // // //#import <Foundation/Foundation.h> // //int main(int argc,...