Author: Jordan Wiens
QSettings Viewer
Browse Binary Ninja's QSettings store as a tree. Keys are grouped by path, values are shown in full with word wrap, and a search box filters on both keys and values.
Right-click any cell to copy the value, the name, the full key path, or key = value.
Double-click a value (or pick Edit Value…) to open it in an editor. Values are
edited in a text form matched to their stored type — hex for byte arrays, JSON for
lists and maps, ISO 8601 for date/times — and saving converts back to that same type,
so editing a setting can't quietly turn it into a string. Values with no faithful text
form, such as lists holding nested Qt types, open read-only. The settings file is
backed up alongside itself before the first write of a session.
This plugin requires the following minimum version of Binary Ninja:
- 3164
This plugin is released under a MIT license.
2

