Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
TaintDroid can execute in AVD??
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Expand all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
kyh1026  
View profile  
 More options Nov 9 2010, 6:07 am
From: kyh1026 <kyh1...@gmail.com>
Date: Tue, 9 Nov 2010 03:07:35 -0800 (PST)
Local: Tues, Nov 9 2010 6:07 am
Subject: TaintDroid can execute in AVD??
Hi William.

TaintDroid is very useful for android security.

I study TaintDroid, but I have a several question and problem.... :)

I tried to step2 building TaintDroid source but I don't understand.

I make local_manifest.xml put it in ~/tdroid/tdroid-2.1_r2.1p/.repo
and try to "repo sync",

but try to "repo init" bofore repo sync.

How can I solve it???

I have no any smart phone but I can execute AVD. Is it possible
running in AVD???

thank you for reading it.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
blh  
View profile  
 More options Nov 10 2010, 8:24 am
From: blh <george.hedf...@gmail.com>
Date: Wed, 10 Nov 2010 05:24:36 -0800 (PST)
Local: Wed, Nov 10 2010 8:24 am
Subject: Re: TaintDroid can execute in AVD??

kyh1026 wrote:
> TaintDroid is very useful for android security.

> I have no any smart phone but I can execute AVD. Is it possible
> running in AVD???

I'm a security researcher and also interested in the possibility of
installing TaintDroid in AVD as it would be both safer and easier to
study applications that way. Please provide instructions if
possible :).

/blh


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
William Enck  
View profile  
 More options Nov 10 2010, 9:30 am
From: William Enck <e...@cse.psu.edu>
Date: Wed, 10 Nov 2010 09:30:35 -0500
Local: Wed, Nov 10 2010 9:30 am
Subject: Re: TaintDroid can execute in AVD??
You should do "repo init" before placing the local_manifest.xml file in place (from your email, it sounded like you created the file first). The steps are: repo init ; repo sync ; add local_manifest.xml ; repo sync

TaintDroid can run in the emulator (that's how it was developed).

For running TaintDroid in the emulator, follow the same basic steps, except you won't need to worry about the "vendor setup" for the Nexus One. However, if you want the "Google Applications" in your emulator, you'll need to read other howto's to accomplish that.

Some notes on the emulator:
- Use the kernel/common git repository and the "goldfish" branch (instead of kernel/msm)
- Tell the emulator to use the "portable" interpreter (I've heard reports of segfaults with the ASM "fast" interpreter in the emulator---the fast interpreter was only implemented and tested on the Nexus One). This thread sees apt (See post by "fadden". I've used the "setprop" method in the past):
-- http://groups.google.com/group/android-platform/browse_thread/thread/...
- You can use the official "emulator" binary by using it's command line arguments to specify the kernel and system images (see the output of "emulator -help"). Alternatively, it's not hard to run Android directly out of the build when you use the "lunch 1" config.

Hope that helps,
-Will

On Nov 9, 2010, at 6:07 AM, kyh1026 wrote:

--
William Enck
PhD Candidate
Department of Computer Science and Engineering
The Pennsylvania State University
e...@cse.psu.edu

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
김이현  
View profile  
 More options Nov 10 2010, 1:48 pm
From: 김이현 <kyh1...@gmail.com>
Date: Thu, 11 Nov 2010 03:48:34 +0900
Local: Wed, Nov 10 2010 1:48 pm
Subject: Re: TaintDroid can execute in AVD??

Hi Will :)

What a nice tip it is!!!

Thank you for answer and I will try it.

Thank you very much :)

Have a nice day

2010/11/10 William Enck <e...@cse.psu.edu>


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
malleylaw  
View profile   Translate to Translated (View Original)
 More options Nov 11 2010, 5:25 pm
From: malleylaw <malley...@gmail.com>
Date: Thu, 11 Nov 2010 14:25:21 -0800 (PST)
Local: Thurs, Nov 11 2010 5:25 pm
Subject: Re: TaintDroid can execute in AVD??
Congrats to those involved with the Taint Droid study. I am interested
in any apps, and their ad networks, that are potentially violating the
privacy of their users, noted in this study, or any independent
research anyones completes. Feel free to email , IN CONFIDENCE, @
malley...@gmail.com

Thanks
Joe Malley

On Nov 10, 12:48 pm, 김이현 <kyh1...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jack  
View profile  
 More options Dec 2 2010, 2:53 am
From: Jack <jack.in.teh....@gmail.com>
Date: Wed, 1 Dec 2010 23:53:11 -0800 (PST)
Local: Thurs, Dec 2 2010 2:53 am
Subject: Re: TaintDroid can execute in AVD??
Do we still do the rest of the steps in 3b after pulling the goldfish
branch? Specifically I mean:

% cd common
% export ARCH=arm
% export SUBARCH=arm
% export CROSS_COMPILE=arm-eabi-
% adb pull /proc/config.gz # from a Nexus One with a stock image
% gunzip config.gz
% cp config .config
% make oldconfig
... say "Y" to YAFFS_XATTR and YAFFS_SECURITY
% make menuconfig
... verify YAFFS and EXT2 with XATTR and SECURITY support
% make -j4

Thanks for your help.

On Nov 10, 9:30 am, William Enck <e...@cse.psu.edu> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
William Enck  
View profile  
 More options Dec 3 2010, 2:07 pm
From: William Enck <e...@cse.psu.edu>
Date: Fri, 3 Dec 2010 14:07:35 -0500
Local: Fri, Dec 3 2010 2:07 pm
Subject: Re: TaintDroid can execute in AVD??
The .config file from the Nexus One phone won't work for the emulator.

% make goldfish_defconfig

will create a .config for the emulator. You may still need to "make oldconfig". Regardless, ensure the XATTR support is enabled.

-Will

On Dec 2, 2010, at 2:53 AM, Jack wrote:

--
William Enck
PhD Candidate
Department of Computer Science and Engineering
The Pennsylvania State University
e...@cse.psu.edu

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »