Smali to Dalvik OpCode

Helper script to translate parts of the smali code of an application to the corresponding Dalvik opcodes, leaving wildcards for the variable parts of the code (variables, parameters, etc.). The output is formatted to be easily transformed in a LuckyPatcher patch.

Ini adalah versi dari skrip ini yang kodenya telah diperbarui. Tampilkan semua versi.

  • v1.2.1 17 April 2025

    converting to upper case was not needed -> removed

  • v1.2 17 April 2025

    Opcodes array has been removed, as it can be generated on the fly.

  • v1.1 15 April 2025

    The script now directly includes all the instructions, their bytecode and their length (only the lengths of a few instructions are missing) instead of extracting them from the page.

  • v1.0 10 April 2025
  • v1.0 09 April 2025
  • v1.0 09 April 2025