devwithjev
reading now views
Submit a build

JEV-Powered APK Reverse-Engineering Triage

Johnk3r built a small proof of concept that uses JEV to pre-screen APKs before deeper analysis with an LLM. Its flow combines static analysis and Quark with a JEV score to decide whether to reverse or skip a sample.

Johnk3rJohnk3r@johnk3r𝕏
Anyone else playing with JEV? Feels like that’s all I’m seeing today 😅 I built a small PoC using JEV as a pre-screening step for reverse engineering, before sending the APKs to an LLM for deeper analysis. The flow is pretty simple: `APK → static analysis + Quark → JEV → score → reverse or skip` The goal is to avoid burning LLM tokens on samples that don’t really warrant deeper reversing. It’s still early, but the token savings are already pretty interesting when you’re triaging a bunch of samples. #Reversing #LLM #JEV #Malware
Sep 21, 2026X postsView on X
The goal is to avoid spending LLM tokens on samples that do not warrant deeper reversing. The author says early token savings are interesting when triaging multiple samples.

Also filed under Triage & routing

  • How to Build Things with Jev & OpenJevs

    How to Build Things with Jev & OpenJevs In this video, we build a model router using both the API-based original Jev and also using Semif. ‍ Github: code will be up in ...

  • Jev is HERE. How to use it

    Jev is HERE. How to use it In this episode, I talk with Ryan Vogel about Jev, a new type of AI built for classification. Ryan shows how Jev takes an input plus ...

  • Jev-Shaped Classification Wrapper

    jevper is a Jev-shaped classification wrapper over OpenAI-compatible clients that returns probabilities and confidence.

  • Jev-Powered Agent Runtime for JarvisCore

    Muyukani Kizito says JarvisCore uses Jev in its agent runtime for RAG classification and ranking, model routing, subagent routing, and agent decisions.