无数据
订阅者
无数据24 小时
-127 天
-7130 天
帖子存档
so you read arbitrary data from another procces's mem and trusting it to be null termed? ok nigga what happens if the targ process has corrupted mm
DWORD *nameRVAs = malloc(sizeof(DWORD) * ied.NumberOfNames);
DWORD *functionAddresses = malloc(sizeof(DWORD) * ied.NumberOfFunctions);you have no resource raii handles are opened haphazardly and sometimes never closed on error paths openthread returns handle you close only on the happy path miss an error branch and you leak
