jadx/jadx-commons/jadx-app-commons
2024-06-11 20:55:49 +01:00
..
src/main/java/jadx/commons/app fix: config dir was used instead cache dir 2024-06-11 20:55:49 +01:00
build.gradle.kts feat: allow to change config and cache dirs with env vars (#2159) 2024-04-27 21:48:42 +01:00
README.md feat: allow to change config and cache dirs with env vars (#2159) 2024-04-27 21:48:42 +01:00

jadx app commons

This module contains common utilities used in jadx apps (cli and gui) and not needed in jadx-code module:

  • JadxCommonFiles - wrapper for dev.dirs:directories lib to get 'config' and 'cache' directories in cross-platform way
  • JadxCommonEnv - utils for work with environment variables