This commit is contained in:
Olof Astrand
2020-07-31 03:17:16 +02:00

View File

@@ -6,7 +6,7 @@
```
$ cd ghidra_9.1.X/Ghidra/Processors
$ git clone https://github.com/yath/ghidra-xtensa Xtensa
$ git clone https://github.com/Ebiroll/ghidra-xtensa Xtensa
$ cd Xtensa
$ make
$
@@ -18,10 +18,13 @@ Or download a pre-built release and unzip it to `Ghidra/Processors`.
* Probably a lot in instructions I did not yet happen to encouter. Pull requests
appreciated.
Also see these, Flash loader
* https://github.com/Ebiroll/esp32_flash_loader
* https://medium.com/@olof.astrand/a-story-about-elfs-dwarfs-and-dragons-6de2a1df42ad
# TODO
* Windowed Register Option
* MAC16 Option
* Loop Option
* ESP8266/ESP32 image loaders?