Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

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
Contributor

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants