D2j-dex-recompute-checksum Command

D2j-dex-recompute-checksum Command

d2j-dex-recompute-checksum

Tools to work with android .dex and java .class files

Install d2j-dex-recompute-checksum

  • Kali Linux apt-get install dex2jar Click to copy
  • macOS brew install dex2jar Click to copy

dex2jar

Tools to work with android .dex and java .class files

dex2jar contains 4 compments: dex-reader is designed to read the Dalvik Executable (.dex/.odex) format. It has a light weight API similar with ASM. An example here dex-translator is designed to do the convert job. It reads the dex instruction to dex-ir format, after some optimize, convert to ASM format. dex-ir used by dex-translator, is designed to represent the dex instruction dex-tools tools to work with .class files.

Install the latest version of d2j-dex-recompute-checksum in Kali and macOS from terminal. To install the d2j-dex-recompute-checksum just copy the above command for your OS and run into terminal. After you run the command it will grab the latest version of d2j-dex-recompute-checksum from the respository and install it in your computer/server.