utools_idapython_docs
IDA Python SDK Search for utools
From Mas0nShi/utools_idapython_docs
based on official documentation
use html parser replace some cdn refer/resources to local.
moreover, remove useless nodes.
you can search IDAPythonDoc
in uTool official store.
- platform of utools
- quick search in globals(variables/function/...)
- search by module
- display a brief description and the module of the current variables/function
- update to 9.0
cd utools_idapython_docs
pip install lxml requests
python ./generate.py
- create a project in uTools DevTools and open the plugin.json file.
The following modifications have been made compared to the original project:
- Reduce duplicate requests and utilize a thread pool for concurrent processing to accelerate the request speed.
- Modified the relevant resource paths to enable direct uploading of the generated documentation to uTools.
- Utilize the default 32*32 size logo from the hex-rays website and include a logo request function.