Skip to content

Commit 15fed90

Browse files
committed
added initial support for log / instrumentation collection and display, you can now see when / where an application writes to disk, transmit data thru network and writes the registry
added instrumentation sample added convenience method for setting the reference image of the root node several small refactors / pylint based all around fixed the way the images are embedded in the svg route map, should work better with latest graphviz adjusted virtualbox initialization time, crawling must be delayed until the network interface is reset (which happens after restoring a snapshot) virtualization abstraction to it's own folder initial support for live stream the vm into the workbench
1 parent 513c484 commit 15fed90

File tree

227 files changed

+9688
-1099
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

227 files changed

+9688
-1099
lines changed

LICENSE-tango.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Tango Desktop Project
2+
3+
http://tango.freedesktop.org/
4+
5+
Terms of use
6+
7+
The Tango base icon theme is released to the Public Domain. The palette is in public domain. Developers, feel free to ship it along with your application. The icon naming utilities are licensed under the GPL (http://www.gnu.org/copyleft/gpl.html).
8+
9+
Though the tango-icon-theme package is released to the Public Domain, we ask that you still please attribute the Tango Desktop Project, for all the hard work we've done. Thanks.

LICENSE.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ murphy\user_simulation\vnc\vncdotool:
99
See LICENSE-vncdotool.txt for license information, website can be found at
1010
https://github.com/sibson/vncdotool
1111

12+
Murphy contains images pulled from The Tango Desktop project, see LICENSE-tango.txt
13+

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,11 @@ murphy_sdk
22
==========
33

44
Murphy open source
5+
6+
License information can be found in LICENSE.txt
7+
8+
To get started, read docs/introduction.html
9+
10+
Some up to date information can be found at http://valkoinenrapu.blogspot.fi
11+
12+
This work has been partially funded by Tekes (http://www.tekes.fi/)

model_extraction/base_extractor.py

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)