Xen 
 
Home About Xen.org Xen Xen Summit Wiki Mailing List Bug Tracker Xen Downloads
 
   
 

xen-devel

[Xen-devel] Need xen info

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] Need xen info
From: milind c <milinduoacs@xxxxxxxxx>
Date: Sun, 8 Jan 2006 16:52:20 -0700
Delivery-date: Sun, 08 Jan 2006 23:58:30 +0000
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=NfTtFIs0xRatiEt/2RT2HToZgCLY02MxEsWTmsDzGQsVhZaxJvhf21FWTWvhJUoUR32KDAT/n+njah3bxHMIi9TeTmD033wXC59vfipNYaE5Rt0kjIiY4lQTuggURZX9yyRCBApjCQ8tqRmEAmIZk5QyM4M/aHp5El4wxV8UUfY=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <7dede1790601081550u67d4cc86i55abae3721f4fa2d@xxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <7dede1790601081550u67d4cc86i55abae3721f4fa2d@xxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx

Hi,

 

I am fairly new to xen.

 

I have installed Xen to solve the following problem:

 I want to run an arbitrary binary in a sandboxed environment (like virtual machine) and get the execution trace ( that is all the instructions executed  while running) of the application. With this execution trace, I am developing algorithm to compare with the static disassembly to check for mismatch and find out possibility of the binary being a malicious software.

 

 However I do not how to get the entire execution trace of an application in Xen. It would be great if some one can suggest how to get the execution trace on xen.

 Obviously I don't want to run the application under debug / ptrace, because many malicious softwares are intelligent enough and act as good guys when run under debug mode.

 

 Regards

 Milind

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] Need xen info, milind c <=