windows

利用HTML Application COM组件加载HTA 过检测修改注册表

2022-02-17
起源 想法来自一天分析恶意样本时,发现进程链是Excel->mshta->dllhost。 研究 使用OLEVIEW查看有关com组件 google发现 早有人对此进行了分析https://codewhitesec.blogs...
Read more

文件捆绑:两种释放文件的CPP实现

2022-02-17
一、资源释放 这种方法优点是体积小 缺点是容易检测 网上有很多资料 BOOL ReleaseResFile(WORD wResID, LPCTSTR szResType, LPCTSTR szFileName) { if (szResTy...
Read more

Break process tree by configuring automatic debugging

2022-02-14
1 Configure automatic debugging 在x86计算机上,后期调试设置存储在\HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\AeDeb...
Read more