Gyoonus / deoptfuscator

Deobfuscator for Android Application
MIT License
395 stars 53 forks source link

terminate called after throwing an instance of 'boost::wrapexcept<std::ios_base::failure[abi:cxx11]>' #16

Open GoekhanDev opened 1 year ago

GoekhanDev commented 1 year ago

Hello,

Im using Ubuntu 18,04 and with all the specified versions you recommended. This is the error im getting with multiple apps, never got it working.

  WARNING: Cannot find/read the manifest file /AndroidManifest.xml
  terminate called after throwing an instance of 'boost::wrapexcept<std::ios_base::failure[abi:cxx11]>'
    what():  failed opening file: No such file or directory: iostream error
  /root/deoptfuscator/tools/redex-all(+0x8bbeab)[0x563a070f1eab]
  /root/deoptfuscator/tools/redex-all(_Z23crash_backtrace_handleri+0x8)[0x563a070f29d8]
  /lib/x86_64-linux-gnu/libc.so.6(+0x3ef10)[0x7efe56269f10]
  /lib/x86_64-linux-gnu/libc.so.6(gsignal+0xc7)[0x7efe56269e87]
  /lib/x86_64-linux-gnu/libc.so.6(abort+0x141)[0x7efe5626b7f1]
  /usr/lib/x86_64-linux-gnu/libstdc++.so.6(+0x8c957)[0x7efe56c5e957]
  /usr/lib/x86_64-linux-gnu/libstdc++.so.6(+0x92ae6)[0x7efe56c64ae6]
  /usr/lib/x86_64-linux-gnu/libstdc++.so.6(+0x92b21)[0x7efe56c64b21]
  /usr/lib/x86_64-linux-gnu/libstdc++.so.6(+0x92d54)[0x7efe56c64d54]
  /usr/local/lib/libboost_iostreams.so.1.71.0(+0xe1df)[0x7efe581591df]
  /usr/local/lib/libboost_iostreams.so.1.71.0(+0xe27c)[0x7efe5815927c]
  /usr/local/lib/libboost_iostreams.so.1.71.0(+0xeade)[0x7efe58159ade]
  /usr/local/lib/libboost_iostreams.so.1.71.0(+0xf6d6)[0x7efe5815a6d6]
  /usr/local/lib/libboost_iostreams.so.1.71.0(_ZN5boost9iostreams18mapped_file_source9open_implERKNS0_24basic_mapped_file_paramsINS0_6detail4pathEEE+0x111)[0x7efe5815a881]
  /root/deoptfuscator/tools/redex-all(_ZN9DexLoader14get_dex_headerEPKc+0xf4)[0x563a0712ea64]
  /root/deoptfuscator/tools/redex-all(_Z23load_dex_magic_from_dexB5cxx11PKc+0x3a)[0x563a0712ebda]
  /root/deoptfuscator/tools/redex-all(+0x867556)[0x563a0709d556]
  /root/deoptfuscator/tools/redex-all(main+0x33f)[0x563a06c3130f]
  /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xe7)[0x7efe5624cc87]
  /root/deoptfuscator/tools/redex-all(_start+0x2a)[0x563a06c3ffca]
  Aborted (core dumped)
  $TOOLS/redex-all .apk/const/const.dex -o .apk/const
  mv: cannot stat '.apk/const/classes.dex': No such file or directory
  .apk/classes3.dex
tokit3mx commented 7 months ago

same issue