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.

A continuación se muestran las versiones de este script en las que se actualizó el código. Ver todas las versiones.

  • 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

长期地址
遇到问题?请前往 GitHub 提 Issues。