TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Mariana Trench: Security-Focused Static Analysis for Android and Java

68 pointsby afrcncover 3 years ago

3 comments

schwag09over 3 years ago
Interesting tool. This looks like the Java equivalent of Facebook&#x27;s Python taint analysis tool Pysa: <a href="https:&#x2F;&#x2F;pyre-check.org&#x2F;docs&#x2F;pysa-basics&#x2F;" rel="nofollow">https:&#x2F;&#x2F;pyre-check.org&#x2F;docs&#x2F;pysa-basics&#x2F;</a>.<p>From what I can tell by the documentation, it looks like Mariana&#x27;s requires you to bring your own sources&#x2F;sinks&#x2F;sanitizers, so expect a lot of up front cost to integrate this into your toolchain. This as opposed to including commonly used rules or heuristics. Not a huge deal since users can write and share there own rules, but this looks like a framework for sophisticated static analysis and not a batteries included solution.
评论 #28699479 未加载
arxanasover 3 years ago
How does this differ from Facebook&#x27;s Infer&#x27;s &quot;Quandary&quot; checker, which also does taint analysis for Java? Only in that it supports Dalvik instead of JVM bytecode? <a href="https:&#x2F;&#x2F;fbinfer.com&#x2F;docs&#x2F;checker-quandary" rel="nofollow">https:&#x2F;&#x2F;fbinfer.com&#x2F;docs&#x2F;checker-quandary</a>
评论 #28700325 未加载
bassman9000over 3 years ago
_Security-Focused Static Analysis for Android and Java Applications_<p>But it seems it&#x27;s not for the JVM, only for Android APKs.<p>Edit: <a href="https:&#x2F;&#x2F;mariana-tren.ch&#x2F;docs&#x2F;configuration#command-line-options" rel="nofollow">https:&#x2F;&#x2F;mariana-tren.ch&#x2F;docs&#x2F;configuration#command-line-opti...</a><p>Indeed, only APK.