about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorserpilliere <serpilliere@users.noreply.github.com>2015-03-06 15:27:42 +0100
committerserpilliere <serpilliere@users.noreply.github.com>2015-03-06 15:27:42 +0100
commitf3b86d7d2ef981b436b007c5dfb6c3ff739be1b2 (patch)
treedf519a75f9a0ae41bc2661d0f04a2e5564ff7718
parent4ec6b5047aaa11517e2f3b2ee5d4383e7fd496c4 (diff)
parent1af80c793a98e730984e420ca07ce987f8bb6731 (diff)
downloadmiasm-f3b86d7d2ef981b436b007c5dfb6c3ff739be1b2.tar.gz
miasm-f3b86d7d2ef981b436b007c5dfb6c3ff739be1b2.zip
Merge pull request #103 from cea-sec/ida-windows
README: add a workaround for Windows & IDA
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7c8dcdac..0eb43c62 100644
--- a/README.md
+++ b/README.md
@@ -13,6 +13,7 @@ Reverse engineering framework in Python
 - [Obtaining Miasm](#user-content-obtaining-miasm)
 	- [Software requirements](#user-content-software-requirements)
 	- [Configuration](#user-content-configuration)
+	- [Windows & IDA](#user-content-windows--ida)
 - [Testing](#user-content-testing)
 - [They already use Miasm](#user-content-they-already-use-miasm)
 - [Misc](#user-content-misc)
@@ -475,6 +476,16 @@ If something goes wrong during one of the jitter modules compilation, Miasm will
 skip the error and disable the corresponding module (see the compilation
 output).
 
+Windows & IDA
+-------------
+
+Most of Miasm's IDA plugins use a subset of Miasm functionnality.
+A quick way to have them working is to add:
+* `elfesteem` directory and `pyparsing.py` to `C:\...\IDA\python\` or `pip install pyparsing elfesteem`
+* `miasm2/miasm2` directory to `C:\...\IDA\python\` 
+
+All features excepting JITter related ones will be available. For a more complete installation, please refer to above paragraphs.
+
 Testing
 =======