diff options
author | n0p <0x90@n0p.cc> | 2018-03-10 20:40:57 +0100 |
---|---|---|
committer | n0p <0x90@n0p.cc> | 2018-03-10 20:40:57 +0100 |
commit | 8549e775f8f48dc99390f4cd3a74f29a584639e7 (patch) | |
tree | a0c7c5000adc49e011b51b3b706dc65d972e8274 | |
parent | 5e9315033a4f0ec714438e997c28f1ca61939fe0 (diff) | |
download | idaSystemCalls-8549e775f8f48dc99390f4cd3a74f29a584639e7.tar.gz idaSystemCalls-8549e775f8f48dc99390f4cd3a74f29a584639e7.zip |
-rw-r--r-- | README.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,5 +6,5 @@ Installation (on Wine): Installing idaSystemCalls: $ ln -s /path/to/idaSystemCalls/SystemCalls_constants.py ~/.wine/drive_c/Program\ Files/IDA\ 7.1/python/ - $ ln -s /home/a/projects/idaSystemCalls/SystemCalls.py ~/.wine/drive_c/Program\ Files/IDA\ 7.1/plugins/ + $ ln -s /path/to/idaSystemCalls/SystemCalls.py ~/.wine/drive_c/Program\ Files/IDA\ 7.1/plugins/ |