10 2020 档案

摘要:filebuf* pbuf; long PEsize; char* PEBuffer; ifstream FileStream; FileStream.open(d_path, ios::binary); if (!FileStream.is_open()) { return -1; } pbuf 阅读全文
posted @ 2020-10-14 19:28 雨果然在下 阅读(264) 评论(0) 推荐(0)