4 Star 6 Fork 14

妖蛋 / Open-miniHyperdbg

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Clean.bat 292 Bytes
AI 代码解读
一键复制 编辑 原始数据 按行查看 历史
妖蛋 提交于 2022-01-27 16:08 . no commit message
@echo off
echo Cleaning files ...
echo.
del *.VC.db /s
del *.bsc /s
:: del *.pdb /s
del *.iobj /s
del *.ipdb /s
del *.ilk /s
del *.ipch /s
del *.obj /s
del *.sbr /s
del *.tlog /s
del *.pch /s
echo Done!
pause
C++
1
https://gitee.com/suxuss_admin/open-mini-hyperdbg.git
git@gitee.com:suxuss_admin/open-mini-hyperdbg.git
suxuss_admin
open-mini-hyperdbg
Open-miniHyperdbg
master

搜索帮助