diff --git a/GhidraBuild/EclipsePlugins/GhidraDev/GhidraDevPlugin/GhidraDev_README.html b/GhidraBuild/EclipsePlugins/GhidraDev/GhidraDevPlugin/GhidraDev_README.html index 10cb20eafa..7f23320202 100644 --- a/GhidraBuild/EclipsePlugins/GhidraDev/GhidraDevPlugin/GhidraDev_README.html +++ b/GhidraBuild/EclipsePlugins/GhidraDev/GhidraDevPlugin/GhidraDev_README.html @@ -31,8 +31,6 @@ change with future releases.

  • Manual Installation in Eclipse
  • Automatic Installation through Ghidra
  • -
  • Uninstalling
  • -
  • Upgrading
  • GhidraDev Features
  • +
  • Upgrading
  • +
  • Uninstalling
  • Frequently Asked Questions
  • Additional Resources
  • Change History

    -

    2.1.0: Added support for Ghidra 9.1. GhidraDev 2.1.0 will be unable to create -new Eclipse projects for versions of Ghidra earlier than 9.1.

    +

    2.1.0: +

    2.0.1: Fixed exception that occurred when performing certain actions on a Ghidra project that was imported from a previously exported Archive File.

    2.0.0: @@ -96,7 +104,7 @@ that specify other projects on their build paths.

    Minimum Requirements

    (Back to Top)

    @@ -138,39 +146,7 @@ Eclipse, it will attempt to install GhidraDev into Eclipse's dropins dire is not already installed.

    (Back to Top)

    -

    Uninstalling

    -

    GhidraDev is uninstalled differently depending on how it was installed. If GhidraDev was -manually installed in Eclipse, it can be uninstalled as follows from -Eclipse:

    -
      -
    1. Click Help → About Eclipse
    2. - -
    3. Click Installation Details
    4. -
    5. Select GhidraDev
    6. -
    7. Click Uninstall...
    8. -
    9. Select GhidraDev
    10. -
    11. Click Finish
    12. -
    13. Click Restart Now
    14. -
    -

    If GhidraDev was automatically installed through Ghidra, it can be -uninstalled by simply removing the GhidraDev file from Eclipse's dropins directory and -restarting Eclipse. The dropins directory can be found at the top level of Eclipse's -installation directory.

    -

    (Back to Top)

    - -

    Upgrading

    -

    GhidraDev is upgraded differently depending on how it was installed. If GhidraDev was -manually installed in Eclipse, it can be upgraded the same was it was -installed.

    -

    If GhidraDev was automatically installed through Ghidra, it can be -upgraded by simply removing the GhidraDev file from Eclipse's dropins directory before -following one of the two techniques described in the Installing GhidraDev -section.

    -

    (Back to Top)

    - -

    GhidraDev Features

    +

    Features

    GhidraDev provides a variety of features for creating and interacting with Ghidra-related projects in Eclipse. GhidraDev supports creating both Ghidra script and Ghidra module projects. Ghidra scripts are typically designed as a single Java source file that is compiled by Ghidra at @@ -178,8 +154,6 @@ runtime and run through Ghidra's Script Manager or passed to the Headless Analyz line for execution. Ghidra modules are intended to represent larger, more complex features such as Analyzers or Plugins. When Ghidra modules are ready for production, they can be exported and installed into Ghidra as an "extension".

    -

    When GhidraDev is installed, a GhidraDev menu appears in Eclipse's -title bar that provides direct access to these features: