From 2113a1df6bee2c462fe72c8cf5241c0ebbf2e520 Mon Sep 17 00:00:00 2001 From: Elias Bachaalany Date: Sat, 14 Mar 2015 13:50:43 -0700 Subject: [PATCH] Created Known uses of IDAPython (mediawiki) --- Known-uses-of-IDAPython.mediawiki | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Known-uses-of-IDAPython.mediawiki diff --git a/Known-uses-of-IDAPython.mediawiki b/Known-uses-of-IDAPython.mediawiki new file mode 100644 index 0000000..171e93d --- /dev/null +++ b/Known-uses-of-IDAPython.mediawiki @@ -0,0 +1,23 @@ +[http://pedram.openrce.org/PaiMei/docs/ PaiMei] by Pedram Amini + + "PaiMei, is a reverse engineering framework consisting of multiple extensible components. The framework can essentially be thought of as a reverse engineer's swiss army knife and has already been proven effective for a wide range of both static and dynamic tasks such as fuzzer assistance, code coverage tracking, data flow tracking and more." + +[http://www.dkbza.org/ida2sql.html ida2sql] by Ero Carrera + + "ida2sql is the Python module in charge of exporting the disassembly information from IDA into the SQL Schema we developed in Sabre-Security for our BinNavi product." + +[http://dkbza.org/idb2reml.html idb2reml] by Ero Carrera + + "idb2reml allows information from IDA to be exported into an XML format (REML) which can be futher processed with custom scripts. A useful script to use in conjuction with idb2reml is [http://dkbza.org/pyreml.html pyreml]" + +[http://www.reconstructer.org/code.html IDAAPIHelp] by Frank Boldewin + + "IDAAPIHelp is a small IDAPython script, that saves time when searching for API Information while e.g. analyzing a malware with IDA Pro. It looks at cursor position for a valid api call and if found it tries to show you the eligible API Info from the provided helpfile." + +[http://www.reconstructer.org/code.html MFC42Ord2FuncNames] by Frank Boldewin + + "MFC42Ord2FuncNames is a small IDAPython script which converts MFC42 functions into its realnames. Normally IDA Pro should do this automatically, but in some cases the IDA auto-analysis fails." + +[http://reversingitout.blogspot.com/2008/01/again-on-visual-basic.html vbpython] by Paolo Palumbo + + "For IDAPython users, I have created a complete python script that handles Visual Basic written programs." \ No newline at end of file