diff options
| author | Bambu <arewehuman@hotmail.com> | 2016-08-25 22:54:38 -0400 |
|---|---|---|
| committer | Bambu <arewehuman@hotmail.com> | 2016-08-25 22:57:47 -0400 |
| commit | 89eb0f36c13428cba18a5e40600aa2e1975e90d5 (patch) | |
| tree | 2624a82b5bdd5495861b02a2c4618978caed3b55 /python/examples/README.md | |
| parent | 81219f33feb70b75909b554fc4a276cd42337ed8 (diff) | |
Updated arm-syscall plugin to work with current api
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: |
