ida-plugin
Here are 84 public repositories matching this topic...
Binary code static analyser, with IDA integration. Performs value and taint analysis, type reconstruction, use-after-free and double-free detection
-
Updated
Dec 12, 2019 - OCaml
IDA Pro plugin which improves work with HexRays decompiler and helps in process of reconstruction structures and classes
-
Updated
Dec 14, 2019 - Python
As discussed on IRC, I personally found the naming of project/databases confusing at first. so I propose instead:
- Project: maybe using "File" is better? Dunno, but it corresponds to a unique file hash. Otherwise "Project" is fine
- Database: I think "Snapshot" is better, but is up to you.
Clarifying that any change that does not trigger an event in IDA will not be synced to others, hence
An IDA Pro plugin to examine the glibc heap, focused on exploit development
-
Updated
Dec 12, 2019 - Python
ret-sync is a set of plugins that helps to synchronize a debugging session (WinDbg/GDB/LLDB/OllyDbg2/x64dbg) with IDA/Ghidra disassemblers.
-
Updated
Dec 15, 2019 - C
e.g. add radare2 when/if that happens.
Capstone project does this and it's handy to see if there's similar projects to use as a reference.
Easily retargetable and hackable interactive disassembler with IDAPython-compatible plugin API
-
Updated
Dec 4, 2019 - Python
The API documentation is not up to date, and the rest of the doc could use some freshening and additions.
IDAPython plugin that synchronizes disassembler and decompiler views
-
Updated
Dec 14, 2019 - Python
Simple No-meaning Assembly Omitter for IDA Pro (CURRENTLY UNDER DEVELOPMENT)
-
Updated
Dec 13, 2019 - Python
IDA Pro plugin that implements more user-friendly register and stack views
-
Updated
Dec 13, 2019 - Python
IFL - Interactive Functions List (plugin for IDA Pro)
-
Updated
Dec 13, 2019 - Python
Use angr in the IDA Pro debugger generating a state from the current debug session
-
Updated
Dec 15, 2019 - Python
ClassInformer backported for IDA Pro 7.0
-
Updated
Dec 4, 2019 - C++
*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
-
Updated
Oct 28, 2019 - Python
Right now we're uploading exactly 100 functions in order to be efficient and save space,
however some binaries would not include 100 functions at all, maybe 10 or 20,
while others might include 60k.
This value should be tuned and fixed, maybe a percentage or a minimum number of functions.
located in actions/match.py in perform_upload()
"Just Another ReVersIng Suite" or whatever other bullshit you can think of
-
Updated
Sep 17, 2019 - Python
Useful Scripts for helping in reverse engeenering
-
Updated
Nov 29, 2019 - Python
IDAPython plugin for finding function strings recursively
-
Updated
Dec 1, 2019 - Python
Yara rule making tool (IDA Pro & Binary Ninja Plugin)
-
Updated
Oct 23, 2019 - Python
IDA Pro plugin to show functions in a tree view
-
Updated
Dec 15, 2019 - Python
dr.rer.oec.gadget IDAPython plugin for the Interactive Disassembler <ABANDONED PROJECT>
-
Updated
Dec 4, 2019 - Python
Improve this page
Add a description, image, and links to the ida-plugin topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ida-plugin topic, visit your repo's landing page and select "manage topics."
It would be cool to color the tainted instructions in the decompiled code, but I don't know if that is possible.
We could add comments, that for sure.
If the color is not possible we could request that functionality.