You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some company may use Group Policy or Domain Policy to restrict employees from launching powershell.exe/pwsh.exe, but in the new version of jadx(1.5.0), it will call pwsh to get LocalAppData/RoamingAppData on Windows, which causes startup failure.
Jadx version
1.5.0
Java version
17
OS
Windows
Linux
macOS
The text was updated successfully, but these errors were encountered:
@Gokr-ble jadx uses dev.dirs:directories library to get application config directory in crossplatform way, and uses powershell only as a fallback way to find path of these folders: here
But jadx just need a config directory 🤣
I will add additional environment variable so it will be possible to set custom config directory.
Issue details
Some company may use Group Policy or Domain Policy to restrict employees from launching powershell.exe/pwsh.exe, but in the new version of jadx(1.5.0), it will call pwsh to get LocalAppData/RoamingAppData on Windows, which causes startup failure.
Jadx version
1.5.0
Java version
17
OS
The text was updated successfully, but these errors were encountered: