summaryrefslogtreecommitdiff
path: root/python/examples/README.md
diff options
context:
space:
mode:
authorBambu <arewehuman@hotmail.com>2016-08-25 22:54:38 -0400
committerBambu <arewehuman@hotmail.com>2016-08-25 22:57:47 -0400
commit89eb0f36c13428cba18a5e40600aa2e1975e90d5 (patch)
tree2624a82b5bdd5495861b02a2c4618978caed3b55 /python/examples/README.md
parent81219f33feb70b75909b554fc4a276cd42337ed8 (diff)
Updated arm-syscall plugin to work with current api
Diffstat (limited to 'python/examples/README.md')
-rw-r--r--python/examples/README.md2
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: