惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

S
Secure Thoughts
罗磊的独立博客
T
The Blog of Author Tim Ferriss
人人都是产品经理
人人都是产品经理
博客园 - 叶小钗
Last Week in AI
Last Week in AI
美团技术团队
Google Online Security Blog
Google Online Security Blog
Application and Cybersecurity Blog
Application and Cybersecurity Blog
D
Docker
G
Google Developers Blog
大猫的无限游戏
大猫的无限游戏
酷 壳 – CoolShell
酷 壳 – CoolShell
小众软件
小众软件
月光博客
月光博客
L
LINUX DO - 最新话题
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
W
WeLiveSecurity
H
Heimdal Security Blog
Vercel News
Vercel News
SecWiki News
SecWiki News
Forbes - Security
Forbes - Security
Blog — PlanetScale
Blog — PlanetScale
Google DeepMind News
Google DeepMind News
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
www.infosecurity-magazine.com
www.infosecurity-magazine.com
TaoSecurity Blog
TaoSecurity Blog
T
Troy Hunt's Blog
A
About on SuperTechFans
C
Check Point Blog
S
Security Affairs
Hacker News - Newest:
Hacker News - Newest: "LLM"
AI
AI
WordPress大学
WordPress大学
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
Help Net Security
Help Net Security
博客园_首页
The Last Watchdog
The Last Watchdog
S
SegmentFault 最新的问题
Hugging Face - Blog
Hugging Face - Blog
Security Archives - TechRepublic
Security Archives - TechRepublic
Engineering at Meta
Engineering at Meta
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
I
Intezer
K
Kaspersky official blog
M
MIT News - Artificial intelligence
J
Java Code Geeks
G
GRAHAM CLULEY
P
Palo Alto Networks Blog

博客园 - 汇编工具视频笔记教程

那你再查一下View==> Source这一功能的实现:是如何调用源码一起来调试的? X64dbg中minidump文件夹的用途 x64dbg这个文件夹memdumps有啥用? cnpack卸载不干净,Delphi 11.1启动报错时的解决 Delphi 11.1 强行安装修改【一键中英文助手】版本号失败后的解决: 法王八强版x64dbg 存档 流程图 Delphi程序,已知机器码是:558BEC 要求反转为: EC8B55 写机器码改写EXE文件 delphi反转机器码的实现: delphi剪贴板类型 解决cnpack不正常使用的键值 x64dbg构建时正确的返回信息 Delphi 10.4.2 topics.chm帮助文件中文版 Ollydbg_x36dbg贴心伴侣 8.88版2021-5-5号发布 Ollydbg/x32dbg/x64dbg贴心伴侣 Version 6.48使用详解 视频教程x32dbg_x64dbg命令脚本从入门到精通 Red Gate .NET Reflector 10.2.1.1800汉化版使用心得
如何让QT工程回到未编译前的样子?需要删除哪些文件夹?
汇编工具视频笔记教程 · 2026-03-11 · via 博客园 - 汇编工具视频笔记教程

用户问的是如何让当前工程回到未编译前的样子,需要删除哪些文件夹,并指出用处。

从提供的文件夹结构来看,这是一个x64dbg插件项目,使用了CMake和Qt构建系统。

让我分析一下哪些文件夹是编译生成的:

  1. build\ - 包含x64-release和x86-release,这是CMake生成的构建目录
  2. build-x86-ninja\ - 另一个构建目录
  3. out\ - 包含build\x64-debug,这也是构建输出目录
  4. bin\ - 可能是编译输出的二进制文件目录
  5. .vs\ - Visual Studio生成的配置和缓存文件

需要保留的:

  • 源代码文件(.cpp, .h, .ui)
  • Qt项目文件(.pro, .qrc)
  • pluginsdk目录(这是SDK,不是编译生成的)
  • images目录(资源文件)

我应该用中文回答用户,解释哪些文件夹需要删除以及它们的用处。根据你的项目结构,要让工程回到未编译前的样子,需要删除以下文件夹:

需要删除的文件夹

1. build\

  • 用途:CMake生成的构建目录,包含x64-release和x86-release两个配置的编译中间文件和缓存

2. build-x86-ninja\

  • 用途:使用Ninja构建工具生成的x86构建目录

3. out\

  • 用途:另一个构建输出目录,包含x64-debug配置的编译文件

4. bin\

  • 用途:编译输出的可执行文件和动态链接库存放目录

5. .vs\

  • 用途:Visual Studio自动生成的配置文件、缓存、IntelliSense数据库等

需要保留的

  • 源代码文件(*.cpp, *.h, *.ui
  • Qt项目文件(*.pro, *.qrc
  • pluginsdk\ - x64dbg插件SDK
  • images\ - 资源图片
  • common.h - 公共头文件

删除这些文件夹后,项目就回到了只有源代码和配置文件的初始状态,
可以重新进行编译构建。

采用EnigmaVirtualBox制作单文件便携版只是兴趣爱好,在WES7环境中制作,不保证全系统下正常,随缘随心随性。 温馨提醒建议在SandBoxie中测试https://www.lanzous.com/iatkifc