Skip to content

Releases: s-macke/OpcodeOracle

v1.0.0

15 Feb 22:11

Choose a tag to compare

Changelog

  • ac14dcd Add Code Regions to analysis.
  • 06be9c5 Add Flow analysis.
  • 742be3f Add Goreleaser
  • 9f9c095 Add MCP mode.
  • 10a3593 Add README and add description in the new cli command.
  • 920bfc4 Add README and add description in the new cli command.
  • 17b811e Add agent mode
  • 8fe4650 Add archive option.
  • 069dd20 Add chat mode
  • f3f5582 Add cmd for specific disassembly.
  • 797aecb Add current state of spec.md
  • 62c4bd7 Add edit mode.
  • 17b00a8 Add export
  • 0f3cf22 Add export
  • 7aa29b0 Add export of analysis result per instruction
  • d36541c Add extend annotation.
  • 873b354 Add hardware register list to analyze
  • 34aed82 Add image of agent disassembling a C64 binary
  • 20f0277 Add much faster go tool for rendering.
  • b96a64b Add parsing of binary data.
  • 6ffe250 Add reinterpret code and data regions.
  • b3a6ee6 Add removal and extension of symbols, annotations and headlines.
  • 621f074 Add validate and refactor reduce duplcate code in cmd.
  • 33094eb Add video
  • c3b8ade Allos disassemble the whole address range.
  • e2104a3 Better filename for export command
  • 13512d6 Better labeling
  • 9f2a7ce Calculate end address of binary.
  • db47823 Clarify regions.
  • 6c028b0 Complete annotations with xref and variable names.
  • dc83a76 Disasm More constants
  • 1b872c5 Don't allow to add already existing symbol names.
  • e20c95f Emit mid-instruction warning.
  • c4603f5 Fix Goreleaser
  • c1eb957 Fix Goreleaser
  • c8f8fa5 Fix Goreleaser
  • 82cc259 Fix Goreleaser
  • 8c03b29 Fix a few disasm issues
  • 46d0245 Fix discrepancies.
  • a6bdedc For the agents provide more information about the segments.
  • 46d90d1 Improve symbol information for agents.
  • 55bdde4 Improve symbol information for agents.
  • 7ef5b01 Initial commit
  • b4987c0 Initial specification
  • b342d5a Insert CLI
  • 12e7989 Labels get a separate line.
  • c1a36a2 Much easier symbol handling.
  • 5a4982d Multiple refactorings in disasm.
  • 7975c71 Multiple refactorings.
  • 861e9e0 Refactoring of disasm. Separate column parameters.
  • b443ddc Separate data output from assembly.
  • 4d9d9be Separate headline and annotations.
  • 2f1ba84 Show xrefs.
  • 10d932e Small refactorings.
  • b5d96a0 Switch annotation struct. Only user and assistant is allowed.
  • 27f8a78 Switch to mermaid diagram.
  • 33aa730 Update MCP
  • 4ba736a Update README.md
  • ce9fc42 Update spec
  • 105d283 Update spec
  • 932c226 Update spec
  • 8310d4b Update spec
  • 3bb6b0c Update spec and initial code.
  • b371c44 Update spec and initial code.
  • e9d7fc6 Update spec and initial code.
  • 8c3aca3 Write binary to file during export.
  • 8a15e4d add movie tool to enhance README.md
  • c2a79f5 add search tool
  • e356cdb better diff for rendering glow
  • 5f57e43 combine parse hex numbers
  • 695e7e0 refactor disasm code.