Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QSettings Viewer

Author: Jordan Wiens

QSettings Viewer

Description:

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.

Tree view

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.

Editing a value

Minimum Version

This plugin requires the following minimum version of Binary Ninja:

  • 3164

License

This plugin is released under a MIT license.

Metadata Version

2

About

Binary Ninja plugin to easily view QSettings

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages

Generated from Vector35/sample_plugin