testwhat / SmaliEx

A wrapper to get de-optimized dex from odex/oat/vdex.
529 stars 142 forks source link

Smali 2.2 beta #41

Closed mfonville closed 7 years ago

mfonville commented 7 years ago

Hi,

would you be able to do a build based on the latest 2.2 beta of smali ? It can be found at https://github.com/JesusFreke/smali/tree/v2.2_WIP

its dev thinks some issues should be resolved and Nougat compatibility should work.

testwhat commented 7 years ago

Merged on "smali" branch. Not tested yet.

mfonville commented 7 years ago

Thanks. Jesusfreke fixed some more bugs and has now beta3. Could you update once more?

mfonville commented 7 years ago

~~Thanks for the new update. For some reason, if I try to de-odex RemoteControlService from Nougat Fugu, it does work with JesusFreke's tool (so calling baksmali x, and after that smali a) but oat2dex.jar fails :-/ (Maybe because of the new CLI options? https://github.com/JesusFreke/smali/wiki/SmaliBaksmali2.2 )~~

Scratch that, manually running the command works; my wrapper-script around oat2dex.jar must be doing something unexpected with the new version

mfonville commented 7 years ago

There have again been some updates on smali, currently it is v2.2b4, maybe you'd like to update the tool again?

mfonville commented 7 years ago

Do you think another update would be possible?

mfonville commented 7 years ago

Smali 2.2 final has been tagged