Skip to content
This repository was archived by the owner on Oct 2, 2025. It is now read-only.

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 21 Mar 10:11
· 16 commits to master since this release

⛰️ Features

  • (baseui) Enable or disable plugins - (8c98db2)
  • (cmserve) Add example feedback and statuses for plugins - (df8216d)
  • (plugin) Add sigtrap-guard plugin which detects self inserted int3 #44 - (51a1734)
  • Add plugin list - (ecaecc0)
  • Plugin id are serialized in a transparent way - (70e484b)
  • Enable or disable plugins in coreminer - (7aef39d)

🐛 Bug Fixes

  • (plugin) Breakpoint of sigtrap guard had not been stored - (f7a50bd)
  • Arguments were not passed correctly and PATH was not used - (183136e)
  • Debuggees did not properly receive their arguments - (f5efe2b)
  • Plugin mutex was not unlocked - (27415de)

🚜 Refactor

  • (plugin) Clean up sigtrap-guard - (75e83dd)
  • [breaking] Serialize the cstrtings of the run status in a more human readable way - (63ee881)
  • [breaking] A Word is now a usize to improve compatability - (9a11434)

📚 Documentation

  • (plugin) Update steckrs (doc update) and basic doc for sigtrap-guard - (1c71602)
  • Adjust readme for v0.4.0 - (13b5941)
  • Typo in readme - (847191b)
  • Document list_plugins - (f2f2d4d)
  • Document plugin toggle things - (87f32c0)
  • Precisely disable a few more pedantic warnings - (be052ce)
  • Disable a warning for ser_pid and justify - (af09b0e)
  • Document the new methods in debugger - (16bbede)
  • Document sigtrap guard plugin/module - (f579c70)
  • Fix examples in doc for updated hook_feedback_loop - (e1de594)

⚙️ Miscellaneous Tasks

  • (plugin) Rename sigtrap guard - (9fda062)
  • Add a trace level log for the json interface - (bcae064)
  • Clean up warnings for compiling without default features - (b06693d)
  • Add required feature for hello world plugin example - (106227a)
  • Make it compile without plugins - (11a7d0f)
  • Make hello_world an example plugin - (8f5bc4f)