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.

These are versions of this script where the code was updated. Show all versions.

  • v1.2.1 2025-04-17

    converting to upper case was not needed -> removed

  • v1.2 2025-04-17

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

  • v1.1 2025-04-15

    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 2025-04-10
  • v1.0 2025-04-09
  • v1.0 2025-04-09