Is it possible that using the jazzer fuzz the Android thiry party #413
Unanswered
william31212
asked this question in
Q&A
Replies: 2 comments 8 replies
-
I don't have a good answer to this at this point in time since I am not very familiar with the foundations of Java on Android. I'm planning to improve on that state in the upcoming weeks and will post an update if I have one. |
Beta Was this translation helpful? Give feedback.
8 replies
-
It was coming along, but ultimately we stopped working on fuzzing Java
for Android. It was hard to see the value in completing it, since:
1: Static analysis (like CodeQL) is much easier for Java. It already works,
you don't have to worry about code coverage, and it comes with a lot of out
of the box queries to find vulnerabilities.
2: There are no Android specific sanitizers in Jazzer, so even after adding
it to the build system we still need to write all new sanitizers.
Since it was a project with questionable impact for Android (delta between
what exists already and what exists already + Java fuzzing), it ended up
getting stopped.
…On Fri, Feb 7, 2025 at 11:52 PM haoxiantong ***@***.***> wrote:
It's very difficult to use at this stage without a lot of knowledge on how
APKs are build. I'm working on another PR that will make fuzzing your
Android apps easy. I'll send you an email when it's ready David and then we
can circle back and update here
Hi, is there any progress,Did the pull request get accepted?
—
Reply to this email directly, view it on GitHub
<#413 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AU5LJ74LHLHOUV3D4JIQ2I32OWZSXAVCNFSM6AAAAABWXNW5XKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTEMJQGE2DGMA>
.
You are receiving this because you were mentioned.Message ID:
<CodeIntelligenceTesting/jazzer/repo-discussions/413/comments/12101430@
github.com>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, is it possible using the jazzer fuzz android third party. For instance, glide is android image parser third party. However, I am not sure that the bottom layer is different (dalvik vm, jvm) will make jazzer cannot fuzz it.
Beta Was this translation helpful? Give feedback.
All reactions