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

Decompile missing some results #59

Open
shengliangd opened this issue May 30, 2019 · 1 comment
Open

Decompile missing some results #59

shengliangd opened this issue May 30, 2019 · 1 comment

Comments

@shengliangd
Copy link

I decompiled some app(one of them is qqlite) using the following settings(code):

    val reporter = new DefaultReporter
    val yard = new ApkYard(reporter)
    val layout = DecompileLayout(decompilePath)
    val strategy = DecompileStrategy(layout)
    val settings = DecompilerSettings(debugMode = false, forceDelete = true, strategy, reporter)
    val apk = yard.loadApk(fileUri, settings, collectInfo = true, resolveCallBack = true)

But the generated output miss some classes I care about. Then I compared the resulting decompile output directory with the output of apktool, and found that there are some classes not generated by argus-saf.
I guess there can be some settings in the code above code to configure this behavior, but I don't know what it is.
Any suggestions? Thanks in advance!

@fgwei
Copy link
Contributor

fgwei commented Jun 13, 2019

It might be filtered, you can check and disable the setting here:

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

2 participants