MARA is a Mobile Application Reverse engineering and Analysis Framework. It is a toolkit that puts together commonly used mobile application reverse engineering and analysis tools to assist in testing mobile applications against the OWASP mobile security threats.
When decompile .apk to java source code I have exception like that and more:
Exception in thread "pool-1-thread-1" java.lang.OutOfMemoryError: Java heap space at jadx.core.codegen.CodeWriter.add(CodeWriter.java:109) at jadx.core.codegen.ClassGen.makeClass(ClassGen.java:104) at jadx.core.codegen.CodeGen.visit(CodeGen.java:19) at jadx.core.ProcessClass.process(ProcessClass.java:43) at jadx.api.JadxDecompiler.processClass(JadxDecompiler.java:281) at jadx.api.JavaClass.decompile(JavaClass.java:59) at jadx.api.JadxDecompiler$1.run(JadxDecompiler.java:161) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745)
When decompile .apk to java source code I have exception like that and more:
Exception in thread "pool-1-thread-1" java.lang.OutOfMemoryError: Java heap space at jadx.core.codegen.CodeWriter.add(CodeWriter.java:109) at jadx.core.codegen.ClassGen.makeClass(ClassGen.java:104) at jadx.core.codegen.CodeGen.visit(CodeGen.java:19) at jadx.core.ProcessClass.process(ProcessClass.java:43) at jadx.api.JadxDecompiler.processClass(JadxDecompiler.java:281) at jadx.api.JavaClass.decompile(JavaClass.java:59) at jadx.api.JadxDecompiler$1.run(JadxDecompiler.java:161) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745)