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

libblackdex.so not found #59

Closed
ethanhua opened this issue Dec 19, 2021 · 1 comment
Closed

libblackdex.so not found #59

ethanhua opened this issue Dec 19, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@ethanhua
Copy link

描述错误
使用代码编译生成的app进行脱壳时报错

重现
重现该行为的步骤:
git clone代码 编译生成apk后安全 对任意apk脱壳处理报错

设备信息

  • 设备: 三星s10e
  • Android版本: 10

运行日志

System.err: java.io.FileNotFoundException: /data/app/top.niunaijun.blackdexa32-7-FpY8hPUlRfMtarwzO1JA==/lib/arm/libblackdex.so: open failed: ENOENT (No such file or directory)
2021-12-19 15:11:07.996 17007-17036/top.niunaijun.blackdexa32 W/System.err:     at libcore.io.IoBridge.open(IoBridge.java:496)
2021-12-19 15:11:07.996 17007-17036/top.niunaijun.blackdexa32 W/System.err:     at java.io.FileInputStream.<init>(FileInputStream.java:159)
2021-12-19 15:11:07.996 17007-17036/top.niunaijun.blackdexa32 W/System.err:     at top.niunaijun.blackbox.utils.FileUtils.copyFile(FileUtils.java:247)
2021-12-19 15:11:07.996 17007-17036/top.niunaijun.blackdexa32 W/System.err:     at top.niunaijun.blackbox.core.system.pm.installer.CopyExecutor.exec(CopyExecutor.java:32)
2021-12-19 15:11:07.996 17007-17036/top.niunaijun.blackdexa32 W/System.err:     at top.niunaijun.blackbox.core.system.pm.BPackageInstallerService.installPackageAsUser(BPackageInstallerService.java:46)
2021-12-19 15:11:07.996 17007-17036/top.niunaijun.blackdexa32 W/System.err:     at top.niunaijun.blackbox.core.system.pm.BPackageManagerService.installPackageAsUserLocked(BPackageManagerService.java:617)
2021-12-19 15:11:07.996 17007-17036/top.niunaijun.blackdexa32 W/System.err:     at top.niunaijun.blackbox.core.system.pm.BPackageManagerService.installPackageAsUser(BPackageManagerService.java:492)
2021-12-19 15:11:07.996 17007-17036/top.niunaijun.blackdexa32 W/System.err:     at top.niunaijun.blackbox.core.system.pm.IBPackageManagerService$Stub.onTransact(IBPackageManagerService.java:471)
2021-12-19 15:11:07.996 17007-17036/top.niunaijun.blackdexa32 W/System.err:     at android.os.Binder.execTransactInternal(Binder.java:1056)
2021-12-19 15:11:07.996 17007-17036/top.niunaijun.blackdexa32 W/System.err:     at android.os.Binder.execTransact(Binder.java:1029)
2021-12-19 15:11:07.997 17007-17036/top.niunaijun.blackdexa32 W/System.err: Caused by: android.system.ErrnoException: open failed: ENOENT (No such file or directory)
2021-12-19 15:11:07.997 17007-17036/top.niunaijun.blackdexa32 W/System.err:     at libcore.io.Linux.open(Native Method)
2021-12-19 15:11:07.997 17007-17036/top.niunaijun.blackdexa32 W/System.err:     at libcore.io.ForwardingOs.open(ForwardingOs.java:167)
2021-12-19 15:11:07.997 17007-17036/top.niunaijun.blackdexa32 W/System.err:     at libcore.io.BlockGuardOs.open(BlockGuardOs.java:252)
2021-12-19 15:11:07.997 17007-17036/top.niunaijun.blackdexa32 W/System.err:     at libcore.io.ForwardingOs.open(ForwardingOs.java:167)
2021-12-19 15:11:07.997 17007-17036/top.niunaijun.blackdexa32 W/System.err:     at android.app.ActivityThread$AndroidOs.open(ActivityThread.java:8044)
2021-12-19 15:11:07.997 17007-17036/top.niunaijun.blackdexa32 W/System.err:     at libcore.io.IoBridge.open(IoBridge.java:482)

其他说明

@ethanhua ethanhua added the bug Something isn't working label Dec 19, 2021
@nnjun
Copy link
Member

nnjun commented Dec 19, 2021

请先make project一下再安装。

@nnjun nnjun closed this as completed Dec 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants