ida-pro
Here are 120 public repositories matching this topic...
Description
In pwndbg release 2017.02.01 build: 1ab3de0, when registers changed while debugging a program, there would be an asterisk near the changed register which could be customized with context-register-changed-marker and context-register-changed-color.
These config options are still available, however in later releases (both 2018.07.29 and 2019.01.25) there doesn't seem to be a
A community driven collection of IDA FLIRT signature files
-
Updated
Dec 15, 2019 - Max
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.
If you look at the current AutoRE view, you see all the functions that call functions that are defined in the TAG list.
However, the functions in the TAG list will most times only be a small part of the overall functions that are imported from various libraries. And it will never be feasible to adapt your python script to have all possible imports in the TAG list.
So, a second view (because th
IDA Pro loader and processor modules for WebAssembly
-
Updated
Nov 25, 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++
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()
A "shim" for loading native jni files for Android active debugging
-
Updated
Dec 13, 2019 - C
Fucus filter
IDAPyHelper is a script for the Interactive Disassembler that helps writing IDAPython scripts and plugins.
-
Updated
Dec 11, 2019 - Python
IDAPython plugin for finding function strings recursively
-
Updated
Dec 1, 2019 - Python
Improve this page
Add a description, image, and links to the ida-pro topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ida-pro topic, visit your repo's landing page and select "manage topics."
we should be able to determine the name of the syscall and the args, based on the abi.
If we assume linux (we shouldn't) we can put this in the arch.
is_syscallget_syscall_argsare probably the only methods we need to add.
man syscallto see the abis.Only issue is that we don't know, unless we hardcode, which args are used, unless we backtrack to see which registers were written