Caleb Fenton

Results 86 comments of Caleb Fenton

What I said was for "future me" to understand better what to do. By "adding nops" I meant "simplify should add nops when multiple switch branches point to the same...

Thanks for the well written report. I've looked into this, found 20 unrelated problems and fixed them, and diagnosed a telling side-effect of the root problem. Namely, the android.support.v7 classes...

Thanks for filling out the issue template, but I don't have the sample so I can't reproduce. What version of simplify are you using?

I'll take a look at this specific bug, but if you're trying to deobfuscate an entire, large, commercial APK, you're going to see bugs. Simplify works best on 1.) actually...

Is this malware? Is there a specific class or method you're interested in that it fails on?

To really be helpful, this should be in two issues, the issue should follow the template and include the logs and what you're trying to run, and you should try...

Thanks for the bug report. I'm going to prioritize bugs dealing with malware obfuscation before this, but it does look legitimate.

If it's not crashing, just hitting an execution limit, it's usually because of an "unknown" predicate leading to an infinite loop. There's no real solution to this (Halting) problem. You...

Hitting these types of errors in my experience means everything is working and you're just hitting the halting problem (which is very impossible to solve). Basically, any time you have...

Do you remember what code you were executing when it failed? I.e. what was the command you used to run simplify? Also, the np.dex file is no longer available. You...