Skip to content

Commit 7769ae7

Browse files
committed
Add demo pic
Signed-off-by: Still Hsu <dev@stillu.cc>
1 parent e898964 commit 7769ae7

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Assets/screenshot.png

33.9 KB
Loading

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# IDA Picker
22

3+
![Screenshot of IDA Picker](./Assets/screenshot.png)
4+
35
A WPF application that allows users to quickly select and launch different IDA installations when opening binary files or IDA project files, useful when you have multiple IDBs that use different versions of IDA. The application automatically detects all installed IDA versions on the system, letting the user pick whatever IDA instance they want to use for the file.
46

57
## Requirements
@@ -29,6 +31,10 @@ The application will:
2931
3. Allow selection via mouse click or keyboard (1-9)
3032
4. Launch the selected IDA version with the specified file
3133

34+
### Theme Support
35+
36+
The application will also automatically checks for the current theme applied on the Windows installation and choose between dark and light mode.
37+
3238
### Keyboard Shortcuts
3339

3440
- **1-9**: Select and launch the corresponding IDA installation

0 commit comments

Comments
 (0)