Skip to content

2025.01 - Muted Actor

Latest
Compare
Choose a tag to compare
@hugsy hugsy released this 13 Jan 02:53
694924f

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(-)