Commit Graph

  • c530976a6a fix: Force inner ZIP to be included Teal Bauer 2025-04-08 10:34:06 +02:00
  • 8f3fa16ad8 Explicitly require ProgramManager Teal Bauer 2025-04-08 09:44:11 +02:00
  • a469b38ec4 fix: Fix versioning once and for all, maybe? Teal Bauer 2025-04-08 09:43:53 +02:00
  • ea3776e485 fix: make fetching closest git tag work Teal Bauer 2025-04-08 09:28:32 +02:00
  • d4122402b4 fix: Make sure jar is always named GhydraMCP.jar Teal Bauer 2025-04-08 09:02:59 +02:00
  • 3a1772a3c9 fix: ensure extension zip included in complete package v1.4.0-beta4 Teal Bauer 2025-04-07 22:50:26 +02:00
  • 908d0decfe fix: Correct GHA complete package assembly v1.4.0-beta3 Teal Bauer 2025-04-07 22:39:15 +02:00
  • 3ef444348c fix: Add permissions key to GHA workflow v1.4.0-beta2 Teal Bauer 2025-04-07 22:30:30 +02:00
  • 9a9d0e933f Fix: Standardize API responses and fix test failures v1.4.0-beta Teal Bauer 2025-04-07 22:21:50 +02:00
  • 2dc1adb982 Fix github release action versioning Teal Bauer 2025-04-07 14:49:38 +02:00
  • a5c600b07f fix: Resolve MCP bridge test failures Teal Bauer 2025-04-07 14:31:46 +02:00
  • 14eae14f63 Switch all results over to JSON Teal Bauer 2025-04-04 18:10:45 +02:00
  • ba63ffeb54 Add mutating tests (WIP) Teal Bauer 2025-04-04 17:00:41 +02:00
  • e462164321 Add Origin checking Teal Bauer 2025-04-04 16:15:29 +02:00
  • 1e737ed44b Add testing and update README for JSON & testing Teal Bauer 2025-04-04 16:06:36 +02:00
  • cbe5dcc1f3 Switch to JSON as bridge/plugin comm protocol Teal Bauer 2025-04-04 16:05:22 +02:00
  • 04d088591b WIP: Switch to JSON as data exchange format Teal Bauer 2025-04-03 18:52:47 +02:00
  • 89396469b2 Fix release version tag v1.3.0 Teal Bauer 2025-04-02 20:41:31 +02:00
  • 9aa93c4933 Release v1.3.0 Teal Bauer 2025-04-02 19:52:52 +02:00
  • 1b07f9430b Update docstrings Teal Bauer 2025-04-02 18:58:35 +02:00
  • d4611377c8 Merge branch 'variable-mangling' Teal Bauer 2025-04-02 18:54:36 +02:00
  • 399c76b29a Expand functionality Teal Bauer 2025-04-02 18:50:59 +02:00
  • 1bfdf74554 Add version info to build output Teal Bauer 2025-03-30 04:25:44 +02:00
  • be08f0f2ea Allow renaming and retyping variables Teal Bauer 2025-03-30 04:17:15 +02:00
  • 883fde7344 Update version to 11.3.1 and fix complete package to include bridge script Teal Starsong 2025-03-31 18:15:41 +02:00
  • dce6aa101c Fix info parsing that was missed in refactoring v1.2 Teal Bauer 2025-03-30 03:37:56 +02:00
  • a615813e2d Fix project info endpoints with simpler JSON generation Teal Bauer 2025-03-30 03:10:48 +02:00
  • 5cf8f5fb16 Update plugin description to better reflect its purpose Teal Bauer 2025-03-30 01:27:56 +01:00
  • 07c94b2324 Merge branch 'auto-register' Teal Bauer 2025-03-30 01:21:19 +01:00
  • e620831957 Update README with auto-discovery documentation and examples Teal Bauer 2025-03-30 01:20:53 +01:00
  • a3ab275fcd Improve instance discovery with custom host parameter and optimized timeouts Teal Bauer 2025-03-30 01:19:28 +01:00
  • 86d04860bf Add auto-discovery of Ghidra instances and JSON project info endpoint Teal Bauer 2025-03-30 01:06:04 +01:00
  • c4744afa58 Switch examples to uv run Teal Bauer 2025-03-30 00:51:27 +01:00
  • a84ec13248 Improve README Teal Bauer 2025-03-30 00:50:58 +01:00
  • a349bdff70 Improve build system and create combined artifact packages Teal Bauer 2025-03-30 00:40:44 +01:00
  • 5b62a9823b Change Github action to build a complete package v1.1 Teal Bauer 2025-03-30 00:01:29 +01:00
  • 32583c25b6 Update README Teal Bauer 2025-03-29 23:47:25 +01:00
  • eb67fba2f8 Improve project description Teal Bauer 2025-03-29 23:40:33 +01:00
  • 5802c3a84e Update badges and add new logo Teal Bauer 2025-03-29 23:36:50 +01:00
  • 96ef2e6642 Automatically create release notes from commit log Teal Bauer 2025-03-29 23:19:31 +01:00
  • 8e93eacf62 Build in Github Action Teal Bauer 2025-03-29 23:10:37 +01:00
  • 33be44d7ef Make multi-headed and more RESTful Teal Bauer 2025-03-29 22:53:59 +01:00
  • 76e8355252 Move to Hydra Teal Bauer 2025-03-29 18:11:19 +01:00
  • bb10207b84 Handle Ctrl-C and exit Teal Bauer 2025-03-28 19:45:43 +01:00
  • 763b221773 Inline dependencies as per PEP 723 Teal Bauer 2025-03-28 19:14:37 +01:00
  • 13f962a329
    Pass params as dict to requests.get, let it deal with encoding Teal Bauer 2025-03-28 19:08:35 +01:00
  • 665ef14b41
    Update bridge_mcp_ghidra.py Teal Bauer 2025-03-28 18:49:46 +01:00
  • 33c0138e68
    Update README.md LaurieWired 2025-03-27 21:48:05 -07:00
  • 129e39a273
    Merge pull request #4 from maikroservice/main LaurieWired 2025-03-27 21:27:16 -07:00
  • a03588df94
    Create requirements.txt Maik Ro 2025-03-26 10:27:00 +01:00
  • 164d96d466
    Update README.md LaurieWired 2025-03-25 01:31:27 -07:00
  • 853c366e74
    Update README.md LaurieWired 2025-03-25 01:16:47 -07:00
  • 80ec82cd37
    Update README.md LaurieWired 2025-03-25 01:03:35 -07:00
  • 4c152dd336
    Update README.md LaurieWired 2025-03-25 00:57:13 -07:00
  • 0b8d4ef748
    Update README.md LaurieWired 2025-03-24 23:59:48 -07:00
  • 3ba4625d7f
    Update README.md LaurieWired 2025-03-24 23:58:36 -07:00
  • ff0c5b6082
    Update README.md LaurieWired 2025-03-24 23:56:49 -07:00
  • 86b257aec0
    Update README.md 1.0 LaurieWired 2025-03-24 22:57:37 -07:00
  • c8f3e8bb14
    Update README.md LaurieWired 2025-03-24 22:56:49 -07:00
  • 1410739715
    Update README.md LaurieWired 2025-03-24 21:48:38 -07:00
  • 6fdd9543f0
    Update README.md LaurieWired 2025-03-24 21:47:37 -07:00
  • 04b4a443a6
    Add files via upload LaurieWired 2025-03-24 21:44:48 -07:00
  • c84b9b301a
    Update README.md LaurieWired 2025-03-24 21:41:40 -07:00
  • f57ece4637
    Update README.md LaurieWired 2025-03-23 16:20:17 -07:00
  • b4c3e407ec Include readme images LaurieWired 2025-03-23 16:03:08 -07:00
  • bc3579d475 Fix bugs in renaming functions and listing data LaurieWired 2025-03-23 15:02:55 -07:00
  • 30ec90e650 Add ghidra plugin source LaurieWired 2025-03-22 23:23:25 -07:00
  • f65578b295
    Update README.md LaurieWired 2025-03-22 22:54:19 -07:00
  • 2e0bb6c87d Add gitignore LaurieWired 2025-03-22 22:46:54 -07:00
  • 835a382c4d Initial commit LaurieWired 2025-03-22 22:46:17 -07:00
  • 694f263549
    Initial commit LaurieWired 2025-03-22 22:36:55 -07:00