diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/examples/jump-table.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/examples/jump-table.py b/python/examples/jump-table.py index f057f52c..39fed1a5 100644 --- a/python/examples/jump-table.py +++ b/python/examples/jump-table.py @@ -1,4 +1,4 @@ -# This plugin will attempt to resolve simple jump tables (an array of code pointers) and add the desintations +# This plugin will attempt to resolve simple jump tables (an array of code pointers) and add the destinations # as indirect branch targets so that the flow graph reflects the jump table's control flow. from binaryninja import * import struct |
