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.

Dette er versjoner av dette scriptet hvor koden ble oppdatert. Vis alle versjoner.

  • v1.2.1 17.04.2025

    converting to upper case was not needed -> removed

  • v1.2 17.04.2025

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

  • v1.1 15.04.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.04.2025
  • v1.0 09.04.2025
  • v1.0 09.04.2025