From 9180bcea6ae9ebda5c4b1542d00a48d350c05608 Mon Sep 17 00:00:00 2001 From: n0p <0x90@n0p.cc> Date: Sat, 10 Mar 2018 14:42:05 +0100 Subject: Added README.txt with install instructions. --- README.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.txt 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/ + -- cgit v1.2.3