diff options
Diffstat (limited to 'python/examples/README.md')
| -rw-r--r-- | python/examples/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/examples/README.md b/python/examples/README.md index 7fd3ab6b..5f89496f 100644 --- a/python/examples/README.md +++ b/python/examples/README.md @@ -5,7 +5,7 @@ The following examples demonstrate some of the Binary Ninja API. They include bo ## Stand-alone * bin-info.py - general binary information -* arm-syscall.py - extract syscall numbers from IL for arm Mach-O files +* print_syscalls.py - extract syscall numbers from IL on specified file. Can be run both headless and in Binary Ninja * version-switcher.py - uses the update API to see raw version notes and manually downgrade or upgrade To use the stand-alone Python examples, make sure your `PYTHON_PATH` includes the API, like: |
