diff options
| author | Jordan <jordan@psifertex.com> | 2016-09-12 20:42:43 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-09-12 20:42:43 -0400 |
| commit | 78058d0121e7a841dcefb1983952bec413746ade (patch) | |
| tree | e8b70db4349393804104cbadf26676316f3e9343 /python/examples/README.md | |
| parent | 6d3fe290eb20e31a33e929933c01d2ca3eb43da1 (diff) | |
| parent | 89eb0f36c13428cba18a5e40600aa2e1975e90d5 (diff) | |
Merge pull request #426 from bambu/new_syscall_plugin
Updated arm-syscall plugin to work with current api -- thanks bambu
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: |
