You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+9-2
Original file line number
Diff line number
Diff line change
@@ -5,16 +5,23 @@ Shellen is an interactive shellcoding environment. If you want a handy tool to w
5
5
6
6
It uses [keystone](https://github.com/keystone-engine/keystone) and [capstone](https://github.com/aquynh/capstone) engines for all provided operations.
7
7
8
-
Shellen *works only on python3*, but it will be changed in the future!
8
+
Shellen **works only on python3**. Maybe it will be changed in the future.
9
9
10
10
## Installing
11
11
You can install the stable version of shellen using pip3:
12
12
```
13
13
$ sudo pip3 install shellen
14
14
```
15
15
16
+
Or if you already have all required packages (see [Requirements](#requirements)):
17
+
```
18
+
$ python3 setup.py install
19
+
```
20
+
21
+
If you have any trouble with installing keystone-engine, then you should compile it by yourself (see the [COMPILE.md](https://github.com/keystone-engine/keystone/blob/master/docs/COMPILE.md) file in the [keystone](https://github.com/keystone-engine/keystone) repository)
22
+
16
23
## How to run:
17
-
To run shellen just type the next in your terminal:
24
+
After installing shellen and all its required packages, you can run shellen just by typing the next in your terminal:
0 commit comments