-
Notifications
You must be signed in to change notification settings - Fork 4
/
README
43 lines (26 loc) · 1.41 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
=== INTRODUCTION ===
This is InSight, a tool for bridging the semantic gap in the field of virtual
machine introspection (VMI) and digital forensics. It has been created by
Christian Schneider <[email protected]> as part of his PhD thesis.
The InSight project is hosted on Google Code with lots of additional information
and documentation: https://code.google.com/p/insight-vmi/
=== LICENSE ===
The code of this project is licensed according to the terms of the GNU General
Public License, Version 2.
=== INSTALLATION ===
Installation instructions for the impatient:
make -f Makefile.manual
Detailed instructions can be found in the project wiki:
https://code.google.com/p/insight-vmi/wiki/Installation
Once the building succeeded, you can try out InSight without installation:
./insightd/insightd.sh
You should see the command prompt of the InSight shell. Type in "help" to get a
short list of possible commands that you can run. Again, the project wiki
provides extended information about using the InSight shell:
https://code.google.com/p/insight-vmi/wiki/InSightShell
=== CONTACT ===
In case you run into problems or have some general suggestions, you can ask your
questions on the InSight discussion list: [email protected]
Should you encounter any errors using InSight, you are welcome to file a bug
report or feature request on the issue tracker:
https://code.google.com/p/insight-vmi/issues/list