exported / paimei

Automatically exported from code.google.com/p/paimei
GNU General Public License v2.0
1 stars 0 forks source link

Please update project documentation #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Some modules are not described at all.
Can somebody update OllyDbg module details as well as other 
servers/connectors?

It seems code depends on specific versions of 3rd-party tools, so may be 
have sense to put them in 3rdPartyTools folder?
I spent some time to try configure project on clean system with Python 
v2.6.1 and that was not happiest minutes of my life.
 * pydbg tried assign pickling handler to _ctypes.Structure. Seems 
resolved with python ctypes/__init__.py patch
[code]from _ctypes import Union, Structure as _ctypesStructure, Array
class Structure(_ctypesStructure):
    pass[/code]
 * Absolute paths and fixed names for autogenerated items, 
like "installers/PaiMei-1.1.win32.exe" instead of "installers/PaiMei-
1.2.win32.exe"
 * Does it possible to prepare .pida file without IDA (proprietary tool)?
 * In which way JIT debugging can be used?
etc.

Original issue reported on code.google.com by Support....@gmail.com on 9 Jan 2009 at 5:35

GoogleCodeExporter commented 9 years ago
I have updated documentation to incorporate path to correct binary 
distributions of tools. Support python 2.6 and python 2.7

http://gitorious.org/paimei

Waiting for someone to merge back

Original comment by streetde...@gmail.com on 9 Mar 2012 at 12:33