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

error loading archive #186

Open
luckseal opened this issue Jun 27, 2020 · 1 comment
Open

error loading archive #186

luckseal opened this issue Jun 27, 2020 · 1 comment

Comments

@luckseal
Copy link

When i was decompiling a apk file.
ClassyShark hint "error loading archive"

error message

package java.lang;

import java.lang.String;
import java.lang.Throwable;


public class Exception extends Throwable

{
    //======================== F I E L D S ==================

      static final long serialVersionUID;

    //======================== C O N S T R U C T O R S ======

    protected Exception(String, 
        Throwable, 
        boolean, 
        boolean) { ... }
    public Exception(Throwable) { ... }
    public Exception(String, 
        Throwable) { ... }
    public Exception(String) { ... }
    public Exception() { ... }

    //======================== M E T H O D S ================


} 
@borisf
Copy link
Collaborator

borisf commented Jun 28, 2020

Something is broken with the APK, have you tried to run ClassyShark from command line (java -jar ClassyShark.jar) and inspect the exceptions

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