天天看点

使用Sentinel LDK(Linux)对程序(*.so文件)加壳

先要修改

~/github/Sentinel/Linux/VendorTools/Envelope

目录下的envconfig.cfgx文件

cd ~/github/Sentinel/Linux/VendorTools/Envelope
sudo chmod a+x linuxenv
./linuxenv -c:envconfig.cfgx
           

查看狗子们的连接状态

http://localhost:1947/_int_/devices.html
           

demo里面有API的使用方法

linux/samples/runtime/c/hasp_demo.c