Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0xKira/api_palette
A code-searching/completion tool, for IDA APIs
https://github.com/0xKira/api_palette
Last synced: 22 days ago
JSON representation
A code-searching/completion tool, for IDA APIs
- Host: GitHub
- URL: https://github.com/0xKira/api_palette
- Owner: 0xKira
- Created: 2020-05-25T11:40:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-24T18:02:48.000Z (over 2 years ago)
- Last Synced: 2024-08-05T17:36:51.192Z (4 months ago)
- Language: Python
- Homepage:
- Size: 250 KB
- Stars: 81
- Watchers: 10
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - 0xKira/api_palette - A code-searching/completion tool, for IDA APIs (Python)
README
# api_palette
> Originally developed by [Milan Bohacek](mailto:[email protected]).
>
> This plugin wins the IDA [*Plug-In Contest 2017: Hall Of Fame*](https://www.hex-rays.com/contests_details/contest2017/).api_palette.py will be useful for those who write scripts for IDA (in the CLI or the script snippets window).
## Changes
- Compatible with Python 3 and IDA 7.5
- Only show/search the first line of doc
- Only search api name and doc## Usage
The default shortcut is set to Shift + W.
## Screenshot
![image-20200525213153865](assets/image-20200525213153865.png)