From 89eb0f36c13428cba18a5e40600aa2e1975e90d5 Mon Sep 17 00:00:00 2001 From: Bambu Date: Thu, 25 Aug 2016 22:54:38 -0400 Subject: Updated arm-syscall plugin to work with current api --- python/examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/examples/README.md') 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: -- cgit v1.3.1