v0.3.0 - 2024-10-16 #47
crumblingstatue
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
UI changes
Hex Editor:
Del
key zeroes out the byte at cursorBookmarks window:
File diff window:
bookmarks instead of just raw bytes.
subsequent versions of a file
Find dialog:
X86 assembly dialog:
Root context menu:
Del
)External command window:
Ctrl+E
Esc
keyOpen process window:
looking at the list of processes, but the maps for a process.
Jump dialog:
Preferences window:
Lua scripting
panic=abort
.Scripting - Lua help
)Scripting -> Lua help
)args
table, e.g.args.foo
)Plugins
New feature. Allow loading dylib plugins. Documentation to be added.
For now, see the
hexerator_plugin_api
crate inside the repo.Command line
--version
flag--debug
flag to start with debug logging enabled and debug window open--spawn-command <command>...
flag to spawn a child process and open it in process list (hexerator doesn't have to be root)--autosave
and--autoreload [<interval>]
to enable autosave/autoreaload through CLI--layout <name>
to switch to a layout at startup--new <length>
option to create a new (zero-filled) bufferFixes
Other
Analysis -> Zero partition
for "zero-partitioning" files that contain large zeroed out sections (like process memory).Preferences
->Style
)This discussion was created from the release v0.3.0 - 2024-10-16.
Beta Was this translation helpful? Give feedback.
All reactions