aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 2115dc7e06a5bb99a6a269ed123955fcb74b5984 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
XCTU Firmware Decoder
---------------------

If you want to disassembly firmware from XBee's products, you can use
this application for decoding firmwares from XBee's proprietary
format (`*.ehx2`) to something usual (SREC file, for example).

Requirements
------------

  - Linux :3
  - installed XCTU at your home directory (for example, at ~/opt/XCTU-NG)
  - installed JDK for javac

Usage
-----

```shell
export XCTUDIR=$HOME/opt/XCTU-NG
./decode.sh "${XCTUDIR}/radio_firmwares/xbee_dm24/xbp24-dm_8073.ehx2 > firmware.srec
```