sigurasg / GhidraTek2465

A Ghidra loader and analyzer for the Tek2465 series oscilloscope firmware.
Apache License 2.0
4 stars 1 forks source link

GhidraTek2465

A Ghidra extension for the venerable Tektronix 2465-series oscilloscopes.

Disassembly

Features

How to install

  1. Download a prebuilt GhidraTek2465 release, or build it yourself.
  2. Start Ghidra
  3. File -> Install Extensions
  4. Press the plus icon ("Add extension")
  5. Choose the built or downloaded GhidraBoy zip file
  6. Restart Ghidra when prompted to load the extension properly

How to build

As a prerequisite, you need to have a Ghidra installation somewhere (an actual installation, not a copy of Ghidra source code!).

export GHIDRA_INSTALL_DIR=/path/to/ghidra
./gradlew

or

./gradlew -Pghidra.dir=/path/to/ghidra

You can then find a built extension .zip in the dist directory.

License

Licensed under the Apache License, Version 2.0.