mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
SWIG experiments
This commit is contained in:
parent
62ce1cdf13
commit
a503dfcd98
34 changed files with 8106 additions and 15 deletions
11
client/lib/example_py/02run_test.sh
Executable file
11
client/lib/example_py/02run_test.sh
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/bash
|
||||
|
||||
#/usr/local/lib/python3/dist-packages/_pm3.cpython-38.so
|
||||
#/usr/local/lib/python3/dist-packages/_pm3.abi3.so
|
||||
#/usr/local/lib/python3/dist-packages/pm3.py
|
||||
#/usr/lib/python3/dist-packages/_pm3.cpython-38.so
|
||||
#/usr/lib/python3/dist-packages/_pm3.abi3.so
|
||||
#/usr/lib/python3/dist-packages/pm3.py
|
||||
|
||||
# need access to pm3.py
|
||||
PYTHONPATH=../../src ./test.py
|
Loading…
Add table
Add a link
Reference in a new issue