1. ubuntu 下制作AppImage镜像
sudo apt-get install libcapstone-dev
sudo apt-get install cmake
git clone https://github.com/keystone-engine/keystone.git
cd keystone
mkdir build
cd build
../make-share.sh
sudo make install
sudo ldconfig
sudo apt-get install rapidjson-dev
sudo chmod +x *
mkdir navicat15
mount -o loop navicat15-premium-cs.AppImage navicat15
cp -r navicat15 navicat15-patched
./navicat-patcher navicat15-patched
上传zip包Centos服务器并解压
2.安装gcc11