Skip to content
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

Open
nsysp4 opened this issue Apr 27, 2022 · 4 comments
Open

error while loading shared libraries: libboost_iostreams.so.1.71.0 #11

nsysp4 opened this issue Apr 27, 2022 · 4 comments

Comments

@nsysp4
Copy link

nsysp4 commented Apr 27, 2022

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

@Gyoonus
Copy link
Owner

Gyoonus commented Jun 8, 2022

hello~I think your boost library is not matched with our tools.
install it on ubuntu 18.04. or make docker image

@AtomicHaggis
Copy link

AtomicHaggis commented Jul 21, 2022

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.

@GoekhanDev
Copy link

Same issue here...

@tokit3mx
Copy link

tokit3mx commented Jan 21, 2024

The easiest fix if someone is desperate is to first
sudo apt install libboost-* or libboost-all-dev,
then manually downloading the appropriate debs that the app says are missing, for example if libboost_filesystem.so.1.71.0 is missing, download the deb binary package from https://ubuntu.pkgs.org/20.04/ubuntu-main-amd64/libboost-filesystem1.71.0_1.71.0-6ubuntu6_amd64.deb.html . do it until you get no errors.
Edit: keep in mind that if these packages ARE available in your os's repos, install them from there. Manually install them from deb packages as last resort. Keep in mind you'll probably have to fix some dependencies and/or conflicts, for example starting from libboost-regex ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants