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

无法脱360加固的壳 #36

Open
dzyangxi opened this issue Aug 2, 2018 · 5 comments
Open

无法脱360加固的壳 #36

dzyangxi opened this issue Aug 2, 2018 · 5 comments

Comments

@dzyangxi
Copy link

dzyangxi commented Aug 2, 2018

QI_HOO

@imesong
Copy link

imesong commented Oct 6, 2018

运行之后生成了dump 文件,但是没有内容为空

@dzyangxi
Copy link
Author

dzyangxi commented Oct 9, 2018

就是,我也是这种问题

@naxiemolv
Copy link

+1

@pumatus
Copy link

pumatus commented Mar 21, 2019

plus

@huacao123
Copy link

要看你要脱壳的apk是32位的还是64位的;把相应的libnativeDump.so放到/data/local/tmp;
小米华为手机的话需要给权限;不然会报错

  1. adb shell
  2. su
  3. getenforce 这时候输出是Enforcing
    4.setenforce 0
    5.getenforce 这时候输出是Permissive
    相关代码:可以捉log:dumpdex
    public class Native {
    public static void log(String txt) {
    XposedBridge.log("dumpdex.Native-> " + txt);
    }
    static {
    try {
    System.load("/data/local/tmp/libnativeDump.so");
    log("loaded libnativeDump.so");
    } catch (Throwable t) {
    System.load("/data/local/tmp/libnativeDump64.so");
    log("loaded libnativeDump64.so");
    }
    // System.loadLibrary("nativeDump");
    }

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