Skip to content

[Request] Expose the code editor to AxScript as a scriptable UI element #355

Description

@CodeXTF2

Summary

It would be useful for Adaptix to expose common UI components to scripts and plugins, similar to how Cobalt Strike allows Aggressor Script extensions to create custom menus and dialogs.

In particular, exposing the existing code editor, along with other reusable dialog types, would enable plugins to build more complete operator workflows without requiring modifications to the Adaptix client itself.

Example Workflow

A plugin could implement a workflow such as:

  1. Right-click an agent.
  2. Select a custom Run C Code menu item.
  3. Adaptix opens a code editor dialog.
  4. The operator writes or pastes C code.
  5. The operator clicks a custom Run button within the dialog.
  6. The plugin receives the editor contents and sends them to a C interpreter, compiler, VM, or other execution backend.

This example is based on Cobalt Strike-style C interpreter or VM functionality, but the underlying request is for general-purpose, scriptable UI support.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions