From 9f4748b54d7671111fcb92ea6ffb788a6f51a902 Mon Sep 17 00:00:00 2001 From: pancake Date: Thu, 11 Jan 2024 18:34:51 +0100 Subject: [PATCH] Add ccall example --- python/test/ccall.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 python/test/ccall.py diff --git a/python/test/ccall.py b/python/test/ccall.py new file mode 100644 index 0000000..66da41b --- /dev/null +++ b/python/test/ccall.py @@ -0,0 +1,4 @@ +import r2pipe +r=r2pipe.open("ccall:///bin/ls") +print(r.cmd("x")) +r = None