Code Monkey home page Code Monkey logo

paimei's People

Contributors

pedramamini avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

paimei's Issues

Cannot import pydbg with Python 2.7.2

I installed pydbg with the following steps: (OS is WinXP, python 2.7.2)

  1. Download pydasm from http://code.google.com/p/libdasm/downloads/detail?name=libdasm-beta.zip&can=2&q=
  2. Unzip pydasm, and enter the dir of pydasm
    python setup.py build_ext --compiler=mingw32
    python setup.py install
  3. Download paimei&pydbg from github
  4. Unzip paimei&pydbg, and copy the files of pydbg to the pydbg/ sub directory of paimei
  5. Enter the dir of paimei,
    python setup.py build
    python setup.py install

All above steps finished successfully, but when I try to import pydbg module, failure occurs:

import pydbg

Traceback (most recent call last):
File "<pyshell#2>", line 1, in
import pydbg
File "C:\Python27\lib\site-packages\pydbg__init__.py", line 47, in
from pydbg import *
File "C:\Python27\lib\site-packages\pydbg\pydbg.py", line 32, in
import pydasm
ImportError: Module use of python26.dll conflicts with this version of Python.

Does this mean that pydbg can only work with python 2.6?

GDE won't install

When installing paimei on ubuntu, I get an error on GDE which seems that the URL doesn't exist anymore?

/usr/local/paimei$ sudo python __install_requirements.py
looking for ctypes ... FOUND
looking for pydot ... FOUND
looking for wxPython ... FOUND
looking for MySQLdb ... FOUND
looking for GraphViz in default directory ... NOT FOUND
looking for Oreas GDE in default directory ... NOT FOUND
        Want me to get it? y
        downloading ... 100%
Traceback (most recent call last):
  File "__install_requirements.py", line 93, in <module>
    get_it("http://www.oreas.com/download/get_gde_win.php", "installers/gde-win.exe")
  File "__install_requirements.py", line 32, in get_it
    shutil.move(u[0], file_name)
  File "/usr/lib/python2.7/shutil.py", line 302, in move
    copy2(src, real_dst)
  File "/usr/lib/python2.7/shutil.py", line 130, in copy2
    copyfile(src, dst)
  File "/usr/lib/python2.7/shutil.py", line 83, in copyfile
    with open(dst, 'wb') as fdst:
IOError: [Errno 2] No such file or directory: 'installers/gde-win.exe'

Any idea how to fix this?

Thanks

Proposing a PR to fix a few small typos

Issue Type

[x] Bug (Typo)

Steps to Replicate and Expected Behaviour

  • Examine MacOSX/macdll/Exception.c, console/modules/_PAIMEIdiff/ModuleMatcher.py, deprecated/codenomicrap.py, deprecated/fuzzie.py, struct_spy.py, utils/code_coverage.py and observe occured, however expect to see occurred.
  • Examine console/modules/_PAIMEIpstalker/TargetsTreeCtrl.py, pida/module.py and observe propogate, however expect to see propagate.
  • Examine utils/crash_binning.py and observe disassemly, however expect to see disassembly.
  • Examine MacOSX/macdll/Exception.c and observe succes, however expect to see success.
  • Examine console/modules/_PAIMEIpstalker/HitsListCtrl.py and observe occurence, however expect to see occurrence.
  • Examine ollydbg_connector/plugin.h and observe menues, however expect to see menus.
  • Examine console/modules/PAIMEIdiff.py and observe insiginificant, however expect to see insignificant.
  • Examine console/modules/_PAIMEIpstalker/export_idc_dialog.py and observe informaton, however expect to see information.
  • Examine ollydbg_connector/plugin.h and observe hiliting, however expect to see highlighting.
  • Examine ollydbg_connector/plugin.h and observe highlited, however expect to see highlighted.
  • Examine MacOSX/macdll/MacDll.c and observe fuctions, however expect to see functions.
  • Examine console/modules/PAIMEIdiff.py and observe fuction, however expect to see function.
  • Examine pydbg_server.py and observe excplicity, however expect to see explicitly.
  • Examine ollydbg_connector/plugin.h and observe decription, however expect to see description.
  • Examine MacOSX/macdll/Exception.c and observe demostration, however expect to see demonstration.

Notes

Semi-automated issue generated by
https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md

To avoid wasting CI processing resources a branch with the fix has been
prepared but a pull request has not yet been created. A pull request fixing
the issue can be prepared from the link below, feel free to create it or
request @timgates42 create the PR. Alternatively if the fix is undesired please
close the issue with a small comment about the reasoning.

https://github.com/timgates42/paimei/pull/new/bugfix_typos

Thanks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.