wr-web / dex_analyze

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dex_analyze

analyze dex structure

usage

usage: dex_analyze.py [-h] [-i DEX_PATH] [--all] [--header] [--string] [--type] [--proto] [--field] [--method] [--class] [--map]
                      [--checksum] [--signature] [--fix]

purpose: analyze dex

optional arguments:
  -h, --help   show this help message and exit
  -i DEX_PATH  input file path
  --all        show all
  --header     show header
  --string     show string
  --type       show type
  --proto      show proto
  --field      show field
  --method     show method
  --class      show class
  --map        show map
  --checksum   checksum
  --signature  signature
  --fix        fix checksum && signature

information end

image-20220412185825883

image-20220412185813998

About

License:Apache License 2.0


Languages

Language:Python 100.0%