1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 23:28:11 +00:00
serenity/Userland/Applications/HexEditor
Timothy Slater 6a4fdae575 HexEditor: Add Value Inspector
This adds a value inspector window to the Hex Editor. This window shows
the data at the current cursor position (or selection start if a range
is selected) interpreted as a variety of data types.

Currently supported values include 8, 16, 32, and 64 bit signed and
unsigned values as well as float and double.

The inspector can operate in both little endian and big endian modes.
This is switched between by options in the View menu.
2022-04-07 16:55:20 +04:30
..
CMakeLists.txt HexEditor: Port HexEditor to LibMain 2022-01-01 14:47:15 +01:00
FindDialog.cpp Applications: Fix undefined behavior capturing non-static constexpr 2022-03-02 22:01:58 -08:00
FindDialog.gml Userland: Run gml-format 2022-02-13 02:36:35 +02:00
FindDialog.h Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
GoToOffsetDialog.cpp Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
GoToOffsetDialog.gml LibGUI+Apps: Convert Statusbar Labels to Segments 2022-02-24 19:09:41 +01:00
GoToOffsetDialog.h Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
HexDocument.cpp HexEditor: Stream input files instead of keeping them in memory 2021-12-23 23:25:47 -08:00
HexDocument.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
HexEditor.cpp HexEditor: Add get_byte() method to HexEditor class 2022-04-07 16:55:20 +04:30
HexEditor.h HexEditor: Add get_byte() method to HexEditor class 2022-04-07 16:55:20 +04:30
HexEditorWidget.cpp HexEditor: Add Value Inspector 2022-04-07 16:55:20 +04:30
HexEditorWidget.h HexEditor: Add Value Inspector 2022-04-07 16:55:20 +04:30
HexEditorWindow.gml HexEditor: Add Value Inspector 2022-04-07 16:55:20 +04:30
main.cpp LibConfig: Rename pledge_domains(String) => pledge_domain(String) 2022-02-11 18:06:39 +01:00
SearchResultsModel.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ValueInspectorModel.h HexEditor: Add Value Inspector 2022-04-07 16:55:20 +04:30