Ai
2 Star 16 Fork 3

wavezhang66/WaveIEEbsProject

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
WeIEAutoRun.cpp 585 Bytes
一键复制 编辑 原始数据 按行查看 历史
wavezhang66 提交于 2021-03-23 11:21 +08:00 . 项目初始化
#include <string.h>
#include <assert.h>
#include <iostream>
#include "WeInstallAft.h"
#include <stdlib.h>
#include <stdio.h>
#include <sstream>
#include <fstream>
#include "WeComm/WePublicCom.h"
#include "WeComm/WeAes.h"
using namespace std;
int main()
{
int result = 0;
WeInstallAft weInstallAft;
WePublicCom wePublicCom;
string path = "/opt/apps/com.we.weie";
string commdString;
string userHomePath = "/home/"+wePublicCom.getUserName();
commdString = "rm " + userHomePath + "/.mozilla/plugins/libnpjp2.so";
result = system(commdString.c_str());
return result;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/wavezhang66/WaveIEEbsProject.git
git@gitee.com:wavezhang66/WaveIEEbsProject.git
wavezhang66
WaveIEEbsProject
WaveIEEbsProject
master

搜索帮助