ida_settings.py 文件源码

python
阅读 24 收藏 0 点赞 0 评论 0

项目:ida-settings 作者: williballenthin 项目源码 文件源码
def get_directory_plugin_names(config_directory=None):
        """
        Get the names of all plugins at the directory scope.
        Provide a config directory path to use this method outside of IDA.
        As this is a static method, you can call the directly on IDASettings:

            import ida_settings
            print( ida_settings.IDASettings.get_directory_plugin_names("/tmp/ida/1/") )

        type config_directory: str
        rtype: Sequence[str]
        """
        ensure_ida_loaded()
        return QtCore.QSettings(get_directory_config_path(directory=config_directory),
                                QtCore.QSettings.IniFormat).childGroups()[:]
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号