Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Use of Static Analysis on Android Code?
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
  5 messages - Collapse 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
 
Dan Hein  
View profile  
 More options Aug 18 2010, 11:48 am
From: Dan Hein <dhein1...@gmail.com>
Date: Wed, 18 Aug 2010 10:48:25 -0500
Local: Wed, Aug 18 2010 11:48 am
Subject: Use of Static Analysis on Android Code?

I was wondering if Google runs automated static analysis tools and or
vulnerability scanners on native (C/C++) code?

I assume FindBugs is run against Java code.

Does anyone know if Coverity is still scanning open source (
http://www.coverity.com/html/press_story54_01_08_08.html)?  A few of the
projects were also external projects for Android, but I don't have a feel
for how many might have benefited the system on target devices directly.

Thanks,
Dan


 
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.
Duane Blanchard  
View profile  
 More options Aug 19 2010, 4:21 pm
From: Duane Blanchard <dblanch...@gmail.com>
Date: Thu, 19 Aug 2010 13:21:05 -0700
Local: Thurs, Aug 19 2010 4:21 pm
Subject: Re: [android-security-discuss] Use of Static Analysis on Android Code?
I just learned about static code analysis in school and am interested
to hear if anyone has any details on how it is being used with the
Android OS, and how it is being used with apps before, or after, they
go to market.

Thx,

D


 
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.
Manfred Moser  
View profile  
 More options Aug 18 2010, 1:00 pm
From: Manfred Moser <mosa...@gmail.com>
Date: Wed, 18 Aug 2010 10:00:29 -0700
Local: Wed, Aug 18 2010 1:00 pm
Subject: Re: [android-security-discuss] Use of Static Analysis on Android Code?
Good question. I would love to have access to a Findbugs configuration
that is suitable for scanning Android app code.


 
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.
Dan Hein  
View profile  
 More options Sep 7 2010, 11:37 pm
From: Dan Hein <dhein1...@gmail.com>
Date: Tue, 7 Sep 2010 22:37:48 -0500
Local: Tues, Sep 7 2010 11:37 pm
Subject: Re: [android-security-discuss] Use of Static Analysis on Android Code?
If you look inside the build configuration, you will see make targets
for findbugs.  All you have to do is put findbugs in the correct
directory, then do a 'make findbugs'

I was more interested in scanning tools for C and C++ as there does
not seem to be a FOSS alternative.


 
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.
Jozef Babjak  
View profile  
 More options Sep 8 2010, 1:05 am
From: Jozef Babjak <jozef.bab...@gmail.com>
Date: Wed, 8 Sep 2010 07:05:42 +0200
Local: Wed, Sep 8 2010 1:05 am
Subject: Re: [android-security-discuss] Use of Static Analysis on Android Code?
Hi!

> If you look inside the build configuration, you will see make targets
> for findbugs.  All you have to do is put findbugs in the correct
> directory, then do a 'make findbugs'

  ^-- Findbugs is an excellent tool for Java bytecode static analysis.
However, Java source code analysers are great addition, too. We
successfully combine findbugs and checkstyle (checkstyle.sf.net); the
JChord seems to be promissing - read "distinctive enough" - but it
seems to be far from useful deployment yet.

Btw, how findbugs is used, when Android does not have java bytecode,
only sourcecode? :-)

> I was more interested in scanning tools for C and C++ as there does
> not seem to be a FOSS alternative.

  ^-- Well, the root cause is that it is _much_ easier to analyse Java
code than C code - only macros and preproprocesor options [working on
textual level] make any semantic analysis impossible. Anyhow, we find
'flawfinder' tool to be useful for C code.

Please, share your experience with similar tools.

J.


 
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 »