Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oct0xor/ida_pro_graph_styling
Advanced Ida Pro Instruction Highlighting
https://github.com/oct0xor/ida_pro_graph_styling
Last synced: 3 months ago
JSON representation
Advanced Ida Pro Instruction Highlighting
- Host: GitHub
- URL: https://github.com/oct0xor/ida_pro_graph_styling
- Owner: oct0xor
- Created: 2017-05-03T09:55:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-03T09:56:33.000Z (over 7 years ago)
- Last Synced: 2024-02-11T15:55:42.170Z (9 months ago)
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advanced Ida Pro Instruction Highlighting
Materials for [this](http://oct0xor.github.io/2017/05/03/ida_coloring/) blog post.
`inject_66.py` - python script that sets hook for changing color of "call" mnemonic in Ida Pro graph view. Works with specific copy of Ida Pro 6.6.
`call_instrs_67.txt` - list of all "call" and "jump" instructions of all processor modules. Parsed from Ida Pro 6.7.
Author: oct0xor
Licensed under the GPLv2 license.