diff options
author | n0p <0x90@n0p.cc> | 2018-03-10 14:42:05 +0100 |
---|---|---|
committer | n0p <0x90@n0p.cc> | 2018-03-10 14:42:05 +0100 |
commit | 9180bcea6ae9ebda5c4b1542d00a48d350c05608 (patch) | |
tree | 6157efcb65db6456ca1ea335a15b859d1eb56117 | |
parent | 65d4850dbacb608d020944af63a89b04cd067c9b (diff) | |
download | idaSystemCalls-9180bcea6ae9ebda5c4b1542d00a48d350c05608.tar.gz idaSystemCalls-9180bcea6ae9ebda5c4b1542d00a48d350c05608.zip |
Added README.txt with install instructions.
-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/ + |