Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有人可以在这里帮助我。
我正在开发 Visual Basic 6 中的程序。我希望我的程序在用户添加或选择他的选项时制作一个 exe 文件。
例如——以 RAT 或键盘记录器为例。用户选择他们想要的,当他们点击构建服务器时,会创建一个 exe 文件,名称为 server
我还希望当用户单击构建时,我的软件会创建一个 .exe 文件
我想要一个正确的方向开始。请有人指导我。
对于 VB6,我建议单独创建 exe,使用 .ini 或 .config 文件进行配置,将其添加为资源。
当需要 exe 时,从资源中提取 if 并使用所需的配置制作 .ini 或 .config 文件。