diff options
-rw-r--r-- | README.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..92b6ee6 --- /dev/null +++ b/README.txt @@ -0,0 +1,10 @@ +Installation (on Wine): + Installing Miasm: + $ wine pip2 install pyparsing elfesteem + $ ln -s /path/to/idaSystemCalls/miasm/miasm2 ~/.wine/drive_c/Program\ Files/IDA\ 7.1/python/ + $ ln -s /path/to/idaSystemCalls/miasm/example/ida/utils.py ~/.wine/drive_c/Program\ Files/IDA\ 7.1/python/ + + 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/ + |