Git Product home page Git Product logo

Comments (12)

h080294 avatar h080294 commented on July 18, 2024 7

couldnt map “/data/local/tmp/libnativeDump64.so” segment 1: permission denied!
是小米的手机么,检查一下SELinux权限,如果Enforcing的话,临时设置成0 (Permissive)
$ adb root
adbd is already running as root
$ adb shell getenforce
Enforcing
$ adb shell setenforce 0
$ adb shell getenforce
Permissive

from dumpdex.

WrBug avatar WrBug commented on July 18, 2024

检查下是不是把32和64弄反了

from dumpdex.

electric009 avatar electric009 commented on July 18, 2024

我也遇到这问题了 楼主解决了吗

from dumpdex.

hashforu avatar hashforu commented on July 18, 2024

我对调32和64以后,报另外一个错误:
couldnt map “/data/local/tmp/libnativeDump64.so” segment 1: permission denied!
image
已经修改权限为777。
请问是什么问题啊?
好懵逼哦!
@WrBug 麻烦解答一下,谢谢啦!

from dumpdex.

electric009 avatar electric009 commented on July 18, 2024

我对调以后 也是报这错 望作者 帮指点一下哈

from dumpdex.

electric009 avatar electric009 commented on July 18, 2024

难道是对64位支持不够好吗?@WrBug

from dumpdex.

electric009 avatar electric009 commented on July 18, 2024

@404div 哥们 你解决了吗 我也卡在这了 要不 咱两个加qq一起研究研究????

from dumpdex.

electric009 avatar electric009 commented on July 18, 2024

@WrBug 是不是 64位手机 只能脱64位的apk的壳?要想脱32位的壳 只能用32位手机???

from dumpdex.

WrBug avatar WrBug commented on July 18, 2024

检查下目录权限,调试下应用能否读取so文件

from dumpdex.

electric009 avatar electric009 commented on July 18, 2024

解决这个问题了

from dumpdex.

hashforu avatar hashforu commented on July 18, 2024

@electric009 啊哈哈哈哈,大兄弟,怎么解决的,我还是没解决啊

from dumpdex.

hashforu avatar hashforu commented on July 18, 2024

@h080294
是的,是的,就是这样。。。。
谢谢哈。。。
虽然 到最后发现遇到反调试了。。。。

@WrBug
请问楼主,有没有遇到过这种情况,xposed的hook方法成功,但是不执行hook代码?
应该是已经hook到了方法----
——(首先hook方法没报错,jdb动态methods能看到带有xposed标签的重载)
其次,被hook的方法确实执行了——
——jdb动态触发了该方法的断点

————但是,但是,到最后,我自己的hook代码没有执行,即便只是简单地log打印
请问,有没有人遇到过这种情况?是为什么呢?
有人说是app检测了xposed并通过反射关闭了xposed,具体不太理解,能解释一下吗?

from dumpdex.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.