docker push ihbing/shlu_frida:16.5.9
docker run -it --name "frida_xx" ihbing/shlu_frida:16.5.9 /bin/bash
git clone https://github.com/frida/frida.git -b 16.5.9
cd frida
make
参考官方最新教程:https://frida.re/docs/building/
Dockerfile如下
声明:转载请注明出处,原文地址:shlu's note