diff options
| author | Cyrille Bagard <nocbos@gmail.com> | 2021-02-07 20:30:07 (GMT) |
|---|---|---|
| committer | Cyrille Bagard <nocbos@gmail.com> | 2021-02-07 20:30:07 (GMT) |
| commit | 42540e681161aab0a1c27c66541ed5dc833ca411 (patch) | |
| tree | a7a1329435252b7b1ac8981b6ab3a3abddcfe457 /plugins/python/checksec | |
| parent | 7c17177918f1bb94be7c84ca9b839155623ff05f (diff) | |
Created the right place for plugins in the Python API.
Diffstat (limited to 'plugins/python/checksec')
| -rw-r--r-- | plugins/python/checksec/plugin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/python/checksec/plugin.py b/plugins/python/checksec/plugin.py index 6ab213f..7471681 100644 --- a/plugins/python/checksec/plugin.py +++ b/plugins/python/checksec/plugin.py @@ -2,9 +2,9 @@ # -*- coding: utf-8 -*- from .mitigations import ElfMitigations -from pychrysalide import PluginModule from pychrysalide.core import log_message, LogMessageType from pychrysalide.format.elf import ElfFormat +from pychrysalide.plugins import PluginModule class CheckSec(PluginModule): |
