-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error while loading shared libraries: libboost_iostreams.so.1.71.0 #11
Comments
hello~I think your boost library is not matched with our tools. |
I've just installed a completely clean machine with Ubuntu 18.04.6, and followed the steps in your instructions. I am encountering the same problem as @nsysp4 with the default 18.04 boost libraries. ldconfig shows version 1.65.1 of libboost_iostreams.so has been installed from the standard repositories. The redex development team say the lowest version supported is 1.70.0. Do you have a solution for this @Gyoonus? As your documentation is saying to use Ubuntu 18.04 it looks like something else needs to be done to make it viable on that OS now. |
Same issue here... |
The easiest fix if someone is desperate is to first |
Hello.
This is part of the answer when using deoptfuscator:
Error : .apk/classes4.dex
/root/deoptfuscator/tools/redex-all: error while loading shared libraries: libboost_iostreams.so.1.71.0: cannot open shared object file: No such file or directory
$TOOLS/redex-all .apk/const/const.dex -o .apk/const
mv: cannot stat '.apk/const/classes.dex': No such file or directory
.apk/classes7.dex
Error : .apk/classes7.dex
/root/deoptfuscator/tools/redex-all: error while loading shared libraries: libboost_iostreams.so.1.71.0: cannot open shared object file: No such file or directory
$TOOLS/redex-all .apk/const/const.dex -o .apk/const
mv: cannot stat '.apk/const/classes.dex': No such file or directory
Please can you tell me how to fix it
The text was updated successfully, but these errors were encountered: