jadx/jadx-commons/jadx-app-commons
Skylot c21cabcba7
Some checks failed
Build Artifacts / build (push) Waiting to run
Build Artifacts / build-win-bundle (push) Waiting to run
Build Test / tests (ubuntu-latest) (push) Waiting to run
Build Test / tests (windows-latest) (push) Waiting to run
Validate Gradle Wrapper / Validation (push) Waiting to run
CodeQL / Analyze (java) (push) Has been cancelled
fix: use temp dir env var only in apps
2024-10-10 22:57:40 +03:00
..
src/main/java/jadx/commons/app fix: use temp dir env var only in apps 2024-10-10 22:57:40 +03: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