diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2024-02-26 14:53:17 -0500 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2024-02-26 14:53:17 -0500 |
| commit | fb7bef063f982495e2b23a115c34ead37b449483 (patch) | |
| tree | fbb5c295645467384cbe96b8ceee75ecdb5a24d3 /python/mediumlevelil.py | |
| parent | fda777533bb72e0aee1a9dcfde12f50bed0694d8 (diff) | |
fix plugincommand docs
Diffstat (limited to 'python/mediumlevelil.py')
| -rw-r--r-- | python/mediumlevelil.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/mediumlevelil.py b/python/mediumlevelil.py index 30f29abe..412d3c19 100644 --- a/python/mediumlevelil.py +++ b/python/mediumlevelil.py @@ -508,6 +508,7 @@ class MediumLevelILInstruction(BaseILInstruction): :param MediumLevelILVisitorCallback cb: Callback function that takes the name of the operand, the operand, operand type, and parent instruction :return: True if all instructions were visited, False if the callback returned False + :Example: >>> def visitor(_a, inst, _c, _d) -> bool: >>> if isinstance(inst, Constant): |
