From 8d1ba993cde46066d38c15bd31b601efff806904 Mon Sep 17 00:00:00 2001 From: Arnaud Diederen Date: Wed, 8 Jul 2015 10:06:12 +0200 Subject: [PATCH] README.txt -> README.md --- README.txt => README.md | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) rename README.txt => README.md (88%) 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 --------------------------