27 April 2012

PyEmu need pydasm

Is python library.

Perlu:
  • pydasm
    • install: http://ademata.blogspot.com/2010/07/installing-pydasm-and-pefile-module-on.html
      • svn checkout http://libdasm.googlecode.com/svn/trunk/ svn/libdasm-read-only
      • cd svn/libdasm-read-only/
      • make
      • sudo make install
      • cd pydasm
      • #sudo apt-get install python2.6-dev    (2.7 pun boleh gak)
      • python setup.py build_ext
      • sudo python setup.py install
    • on ubuntu 11.04, ada issue :  
      • Error : ImportError: No module named pydasm
      • sebab read permission of file :
        • /usr/local/lib/python2.7/dist-packages/pydasm.so
      • chmod +r /usr/local/lib/python2.7/dist-packages/pydasm.so

No comments:

Post a Comment

Terima kasih