|
Revision 1, 355 bytes
(checked in by haypo, 5 months ago)
|
Import tags and trunk from Fusil svn
|
- Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 |
ptrace dependencies |
|---|
| 2 |
=================== |
|---|
| 3 |
|
|---|
| 4 |
* Python 2.4: |
|---|
| 5 |
http://python.org/ |
|---|
| 6 |
* ctypes Python module (part of Python 2.5+) |
|---|
| 7 |
(Debian package: python-ctypes) |
|---|
| 8 |
* distorm disassembler (optional) |
|---|
| 9 |
http://www.ragestorm.net/distorm/ |
|---|
| 10 |
|
|---|
| 11 |
|
|---|
| 12 |
Installation |
|---|
| 13 |
============ |
|---|
| 14 |
|
|---|
| 15 |
Type as root: |
|---|
| 16 |
|
|---|
| 17 |
./setup.py install |
|---|
| 18 |
|
|---|
| 19 |
Or using sudo program: |
|---|
| 20 |
|
|---|
| 21 |
sudo python setup.py install |
|---|
| 22 |
|
|---|