diff --git a/README.txt b/README.md similarity index 88% rename from README.txt rename to README.md index 3e90854..1c3a8c6 100644 --- a/README.txt +++ b/README.md @@ -1,9 +1,6 @@ ------------------------------------------------------- -IDAPython - Python plugin for Interactive Disassembler ------------------------------------------------------- - -What is IDAPython? ------------------- +IDAPython +========= +### Python plugin for Interactive Disassembler IDAPython is an IDA plugin which makes it possible to write scripts for IDA in the Python programming language. IDAPython provides full @@ -35,6 +32,17 @@ Mailing list for the project is hosted by Google Groups at http://groups.google.com/group/idapython +Contributing +------------ + +This page really is only a read-only version of the source code we +host internally at http://www.hex-rays.com, and pull requests will +not be honored. + +However, we will gladly accept patches & suggestions. Please send +those to . + + Installation from binaries --------------------------