Lanchon

Results 343 comments of Lanchon

it sounds like this needs a new stage in which these decisions are globally identified and then made, all done before baksmali's output stage begins.

your question is not readable. please edit it and remove quasi-html tags from it.

like what? are you talking small malformations such as mismatched CONSTRUCTOR flag and `` name? dx or dex2jar sometimes fix those. or something deeper?

Ben, absolutely, checks are not needed. this makes smali misbehave, but as long as it is not a valid dex then it is not a problem. it is just that...

> Found most of them through my poor attempt at making a dalvik asm manipulation engine. based on dexlib2, dex2jar's ASM-like thing, or your own doing?

we really need a proper dex2jar that Just Always Works(TM). dex2jar codebase is not that carefully done and sort of abandoned, and enjarify is kind of a PoC given that...

java bytecode has way more and more mature tools than dalvik bytecode. and instead of replicating all those tools (and introducing room for heaps of errors), it's better to maintain...

ok, proprietary software is off-limits for me, i don't allow myself to use it.

btw... > I long for a nice java disassembler and sturdy decompiler. on the disassembler front, there is [Krakatau](https://github.com/Storyyeller/Krakatau). it seem sturdy, the docs say: ``` -roundtrip : Creates an...

take a look at [multidexlib2](https://github.com/DexPatcher/multidexlib2).