hack0z / luject

🍹A static injector of dynamic library for application (android, iphoneos, macOS, windows, linux)
https://tboox.org
Apache License 2.0
324 stars 49 forks source link

extract failed! #5

Open iftodo opened 3 years ago

iftodo commented 3 years ago

提取APK时失败。

PS E:\项目\luject> xmake run luject -i .\xxx.apk -p libxlua.so .\frida-gadget-arm64.so extract xxx.apk error: extract failed! error: execv(E:\项目\luject\build\windows\x64\release\luject.exe -i .\xxx.apk -p libxlua.so .\frida-gadget-arm64.so) failed(-1)

waruqi commented 3 years ago

我通常都是在 macox/linux 下跑的,win上 调用 unzip 失败,解压不了。。