v0.1.0
141556b
on 20 Oct

0.1

@dd86k dd86k released this on 20 Oct

After 228 commits, wow, I finally made it.

Giving up on the x86 decoder multiple times, embracing Capstone, redoing the entire API...

It's still not done. You can't do much with it, but, I plan to release 0.2 early 2024 with something more useful.

Changelog

  • Add API V2:
    • Add primitive memory scanner.
    • Make the debugger to be process-focused instead of itself.
    • Make disassembler to use Capstone 4.0.
  • Deprecate API V1.
  • Make application use API V2.
  • Shell: Add scan command.
  • Shell: Add status command.
  • Shell: Add detach command.
  • Shell: Add memory command.
  • Shell: Add restart command.
  • Shell: Introduce manpage-like articles for commands.
  • Shell: Make regs command search register with an optional parameter.