Open Ampflower opened 1 week ago
Procyon AST gives an interesting reason why it fails...
void recordFMRadioAudio() {
// java.lang.IllegalStateException: Expression is linked from several locations: Label_0286:
some other decompilers I tried appear to have succeeded, but idk if their output is correct
Vineflower version
Vineflower 1.10.1
Describe the bug
Simply, fails to decompile a method with an error.
Additional information
com.sec.android.app.fm.MainActivity#recordFMRadioAudio
from the Samsung Radio app compatible with Android 5 & 6.The APK's dex was ran through dex2jar prior to Vineflower.
CFR did also give a hint of bad gotos:
Ghidra is the only decompiler tested thus far that has managed to decompile the method cleanly.