安装
安装命令
点击查看代码
git clone https://github.com/nemanja-m/gaps.git
cd gaps
pip install -r requirements.txt
sudo apt-get install python-tk
pip install -e .
然后把图片放到gaps/bin文件夹里,运行gaps的python文件
如果安装正确的话很快就蹦出来了
点击查看代码
gaps --image=flag.png --size=30 --population=144 --generations=64 --save
flag.png一定要在当前目录下面,30用到了,代表每一个小碎片的大小,144是代表有144个小图片,64那个不用管自己可以随便改的,--save恢复
看不出来的话就改改generations那个参数
标签:144,--,kali,命令,gaps,64,install From: https://www.cnblogs.com/fengyuxuan/p/16817145.html