Skip to content

Releases: hugsy/gef-extras

2025.01 - Muted Actor

13 Jan 02:53
694924f
Compare
Choose a tag to compare

Changelog: 2025.01 - Muted Actor

Highlights of Muted Actor

  • Fixed long standing issue in capstone-disassembly plugin by @hugsy
  • Documentation updates for ksymaddr by @Grazfather
  • [CI] Add Ubuntu 24.04 as main test runner by @hugsy
  • Better ARM Cortex-M OpenOCD support: changes in architecture, command, and session manager by @Grazfather

Contributors

Author Number of commits
crazy hugsy 3
Grazfather 2

Closed Issues

Closed Pull Requests

Commit details

5 commits since 2024.06

Commit log

  • 2024-06-05 07cadffcrazy hugsy • Fix Capstone plugin (#110)
  • 2024-06-05 d1b939ecrazy hugsy • Update generate-docs.yml (#116)
  • 2024-10-05 210f147Grazfather • Add docs for ksymaddr (#118)
  • 2024-10-09 eac4c06crazy hugsy • [CI] Add Ubuntu 24.04 as main test runner (#119)
  • 2025-01-03 694924fGrazfather • Add ARM Cortex-M OpenOCD arch, command, and session manager (#83)

File diff

.github/workflows/discord-notify.yml   |   2 +-
 .github/workflows/docs-link-check.yml  |   2 +-
 .github/workflows/generate-docs.yml    |   4 +-
 .github/workflows/tests.yml            | 114 ++++++++++++---------
 archs/arm-blackmagicprobe.py           |  39 ++++----
 archs/arm-openocd.py                   | 177 +++++++++++++++++++++++++++++++++
 docs/archs/arm-openocd.md              |   4 +
 docs/commands/gef-openocd-remote.md    |  14 +++
 docs/commands/ksymaddr.md              |  24 +++++
 mkdocs.yml                             |   1 +
 scripts/capstone.py                    |  42 ++++----
 tests/commands/capstone_disassemble.py |   2 +-
 12 files changed, 334 insertions(+), 91 deletions(-)

2024.06 - Fresh Quantity

03 Jun 16:02
296049f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2024.01...2024.06

2024.01 - Evergreen Response

12 Jan 16:44
a669c30
Compare
Choose a tag to compare

What's Changed

  • make sure the on-write function takes an argument by @hugsy in #94
  • Migrate tests to RPyC by @hugsy in #97

Discussions hugsy/gef#1043

Full Changelog: 2023.08...2024.01

2023.08 - Disguised Wedding

22 Aug 02:08
62bbab2
Compare
Choose a tag to compare

Highlights

First release of GEF-Extras: from now on releases from GEF and GEF-Extras will be sync-ed making it easier for developers and package maintainers 🎉

What's Changed

New Contributors

Full Changelog: https://github.com/hugsy/gef-extras/commits/2023.08