All Projects → pfalcon → ida-xtensa2

pfalcon / ida-xtensa2

Licence: GPL-2.0 license
IDAPython plugin for Tensilica Xtensa (as seen in ESP8266), version 2

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to ida-xtensa2

Hrdevhelper
Context-sensitive HexRays decompiler plugin that visualizes the ctree of decompiled functions.
Stars: ✭ 193 (+565.52%)
Mutual labels:  ida
DriverBuddyReloaded
Driver Buddy Reloaded is an IDA Pro Python plugin that helps automate some tedious Windows Kernel Drivers reverse engineering tasks
Stars: ✭ 210 (+624.14%)
Mutual labels:  ida
Sundials.jl
Julia interface to Sundials, including a nonlinear solver (KINSOL), ODE's (CVODE and ARKODE), and DAE's (IDA) in a SciML scientific machine learning enabled manner
Stars: ✭ 167 (+475.86%)
Mutual labels:  ida
Ida Batch decompile
*Decompile All the Things* - IDA Batch Decompile plugin and script for Hex-Ray's IDA Pro that adds the ability to batch decompile multiple files and their imports with additional annotations (xref, stack var size) to the pseudocode .c file
Stars: ✭ 198 (+582.76%)
Mutual labels:  ida
FIDL
A sane API for IDA Pro's decompiler. Useful for malware RE and vulnerability research
Stars: ✭ 421 (+1351.72%)
Mutual labels:  ida
E-Decompiler
用来辅助分析易语言程序的IDA插件
Stars: ✭ 240 (+727.59%)
Mutual labels:  ida
Fakepdb
Tool for PDB generation from IDA Pro database
Stars: ✭ 186 (+541.38%)
Mutual labels:  ida
ida-bpf-processor
BPF Processor for IDA Python
Stars: ✭ 41 (+41.38%)
Mutual labels:  ida
idapm
idapm is IDA Plugin Manager via GitHub Repository.
Stars: ✭ 50 (+72.41%)
Mutual labels:  ida
fa
Automation tool for locating symbols & structs in binary (primary IDA focused)
Stars: ✭ 58 (+100%)
Mutual labels:  ida
Idangr
Use angr in the IDA Pro debugger generating a state from the current debug session
Stars: ✭ 214 (+637.93%)
Mutual labels:  ida
Idacyber
Data Visualization Plugin for IDA Pro
Stars: ✭ 244 (+741.38%)
Mutual labels:  ida
ida2pwntools
a IDA 7.0 plugins that helps to attach process created by pwntools and debug pwn
Stars: ✭ 58 (+100%)
Mutual labels:  ida
Mmplugin
微信自动抢红包、防消息撤回、修改运动步数、朋友圈小视频转发等功能(无需越狱),附微信重签名教程
Stars: ✭ 198 (+582.76%)
Mutual labels:  ida
IDAShell
Shell extension for opening executables in IDA
Stars: ✭ 172 (+493.1%)
Mutual labels:  ida
Iboot64helper
IDAPython loader to help with AArch64 iBoot, iBEC, and SecureROM reverse engineering
Stars: ✭ 189 (+551.72%)
Mutual labels:  ida
AngryIDA
Python based angr plug in for IDA Pro.
Stars: ✭ 32 (+10.34%)
Mutual labels:  ida
ida migrator
IDA Migrator is an IDA Pro plugin which helps migrate existing work from one database instance to another. It Conveniently migrates function names, structures and enums.
Stars: ✭ 65 (+124.14%)
Mutual labels:  ida
nds loader
Nintendo DS loader module for IDA Pro 6.1
Stars: ✭ 16 (-44.83%)
Mutual labels:  ida
long night
A collection of themes based on pastel colors, created for reverse engineers
Stars: ✭ 74 (+155.17%)
Mutual labels:  ida

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].