Skip to content

Commit 10d29ef

Browse files
committed
Update images
1 parent f70a18c commit 10d29ef

File tree

7 files changed

+11
-3
lines changed

7 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
## [0.6.0] - 2025-08-17
9+
- Set disassembly-flavor to intel [#164](https://github.com/wcampbell0x2a/heretek/pull/164)
10+
- Auto detect arch ptr size [#153](https://github.com/wcampbell0x2a/heretek/pull/153)
11+
- Remove panic on empty memory mapping [#149](https://github.com/wcampbell0x2a/heretek/pull/149)
12+
- Nicely bail on errors [#146](https://github.com/wcampbell0x2a/heretek/pull/146)
13+
- Improve `--cmds` help message [#154](https://github.com/wcampbell0x2a/heretek/pull/154)
14+
- Major code refactor [#142](https://github.com/wcampbell0x2a/heretek/pull/142)
15+
- Fixes for debugging riscv [#175](https://github.com/wcampbell0x2a/heretek/pull/175)
816

917
## [0.5.1] - 2025-04-14
1018
- Support reading memory map from gdb >= 16.2 [#141](https://github.com/wcampbell0x2a/heretek/pull/141)

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "heretek"
3-
version = "0.5.1"
3+
version = "0.6.0"
44
edition = "2024"
55
description = "GDB TUI Dashboard for the understanding of vast knowledge"
66
license = "MIT OR Apache-2.0"

docs/hexdump_section.gif

-85.5 KB
Loading

docs/main_section.gif

10.3 KB
Loading

images/readme.gif

-358 KB
Loading

src/snapshots/heretek__tests__render_app.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source: src/main.rs
33
expression: output
44
snapshot_kind: text
55
---
6-
"────────────────────────────────────────────────────────────────────────|heretek-v0.5.1|──────────────────────────────── | Heap | Stack | Code | String | Asm | "
6+
"────────────────────────────────────────────────────────────────────────|heretek-v0.6.0|──────────────────────────────── | Heap | Stack | Code | String | Asm | "
77
" F1 Main | F2 Registers | F3 Stack | F4 Instructions | F5 Output | F6 Mapping | F7 Hexdump "
88
"Registers──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────▲"
99
" rax → 0x401825 → main+0 (push rbp) █"

0 commit comments

Comments
 (0)