Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pfalcon/ida-xtensa2
IDAPython plugin for Tensilica Xtensa (as seen in ESP8266), version 2
https://github.com/pfalcon/ida-xtensa2
ida reverse-engineering xtensa
Last synced: 19 days ago
JSON representation
IDAPython plugin for Tensilica Xtensa (as seen in ESP8266), version 2
- Host: GitHub
- URL: https://github.com/pfalcon/ida-xtensa2
- Owner: pfalcon
- License: gpl-2.0
- Created: 2016-09-15T20:18:49.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-24T13:03:08.000Z (over 7 years ago)
- Last Synced: 2024-10-11T15:10:16.482Z (about 1 month ago)
- Topics: ida, reverse-engineering, xtensa
- Language: Python
- Size: 37.1 KB
- Stars: 34
- Watchers: 6
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ida-xtensa2
This is a processor plugin for disassemblers which use IDAPython API, to support the Xtensa
core found in Espressif ESP8266. It does not support other configurations of the Xtensa
architecture, but that is probably (hopefully) easy to implement.
Originally developed for IDA (https://github.com/themadinventor/ida-xtensa),
this fork is used almost exclusively with ScratchABit open-source
disassembler: https://github.com/pfalcon/ScratchABit .## Usage
Copy the file to the `plugins/cpu/` directory in your ScratchABit install.Or:
Copy the file to the `procs/` directory in your IDA install.
## License
GPLv2