Me9ur1

Results 3 issues of Me9ur1

尝试将curl和wget打包到redroid镜像中,因为/devices/external下有curl的包,只需要在build/product/target/路径下的mk文件中添加curl即可,打包后使用docker run是可以运行起来且支持curl指令。 ![微信图片_20240426100444](https://github.com/remote-android/redroid-doc/assets/154583619/7e909b0b-9f20-4681-ac12-3bd3d077193e) 但是在尝试添加wget时,由于没有找到好的办法,于是找了一个已经编译好的wget文件,尝试放入/device/redroid-prebuilts/prebuilts/arm64/bin路径下再次进行打包,打包出来的镜像中没有包含wget文件,我是不是还需要在/device/redroid-prebuilts 路径下的prebuilts.mk中添加什么内容

test spawn sktrace

这是在chomper读取description的代码 ![chompercode](https://github.com/user-attachments/assets/6f203360-de57-4b6e-9d9d-b8a0ff682987) 返回结果如下 ![chomper](https://github.com/user-attachments/assets/0489c9d2-4d8c-4534-a600-b210c60aaff5) 在unidbg内使用dict.getDescription()的结果 ![unidbg](https://github.com/user-attachments/assets/5bdeb28c-ccdc-4b02-a9b5-aafc87a3c7a5) 其中signature字段在chomeper内被转译了吗