Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[gui] Search Feature Can't Find .env Contents #2365

Open
2 of 3 tasks
0xseck opened this issue Dec 11, 2024 · 1 comment
Open
2 of 3 tasks

[gui] Search Feature Can't Find .env Contents #2365

0xseck opened this issue Dec 11, 2024 · 1 comment
Assignees
Labels
discussion GUI Issues in jadx-gui module

Comments

@0xseck
Copy link

0xseck commented Dec 11, 2024

Issue details

I have a sample flutter app that has .env file under assets/flutter_assets/assets/env/
issue1
When searching for a specific text, I noticed that contents of .env file is missing even though on "Search definitions of:" tab "Resource" is checked.

issue2

Jadx version

1.5.1

Java version

OpenJDK 17

OS

  • Windows
  • Linux
  • macOS
@0xseck 0xseck added bug GUI Issues in jadx-gui module labels Dec 11, 2024
@skylot
Copy link
Owner

skylot commented Dec 11, 2024

@0xseck jadx by default search only in these file types: .xml|.html|.js|.json|.txt
If you want to search in all files, set option Preferences -> Search -> Resource files extensions to just *.

Above file types list is a simple approach to search only in text resources (added in PR #1108), but I think it is hard to include all possible extensions, so, it looks like, it is better to use * by default, overwise it's only confusing people 😞

I will keep this issue open, to collect other people thoughts and suggestions 🙂

@skylot skylot added discussion and removed bug labels Dec 11, 2024
@skylot skylot self-assigned this Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion GUI Issues in jadx-gui module
Projects
None yet
Development

No branches or pull requests

2 participants