1
0
Fork
You've already forked BridgeToN2
0
Bridges to n2 whilst staying undetected using technologies never known of by da BILLIONAIRE (native agents) use java agents without -javaagent (agent arguments aren't supported)
  • Rust 88.6%
  • Java 11.4%
2026年01月28日 11:34:36 -06:00
.idea 🥱 2025年12月30日 12:20:38 -06:00
java5 feat: sob emoji (add support for Java 5-9) 2026年01月28日 11:34:36 -06:00
java6 feat: sob emoji (add support for Java 5-9) 2026年01月28日 11:34:36 -06:00
java9 feat: sob emoji (add support for Java 5-9) 2026年01月28日 11:34:36 -06:00
nativeInstrumentations feat: sob emoji (add support for Java 5-9) 2026年01月28日 11:34:36 -06:00
src feat: sob emoji (add support for Java 5-9) 2026年01月28日 11:34:36 -06:00
.gitignore 🥱 2025年12月30日 12:20:38 -06:00
Cargo.toml feat: IT WORKS PROPERLY NOW!!! 2026年01月02日 10:08:57 -06:00
LICENSE.md chore: add the yap (license file) 2026年01月02日 10:19:52 -06:00
ReadME.md feat: sob emoji (add support for Java 5-9) 2026年01月28日 11:34:36 -06:00

BridgeToN2

Useless ahh project I was working on to see if I could maybe bypass -javaagent checks (it barely works 😭)

How it Work Ong

Baxically you run it with -agentpath, -Xrun, or -agentlib, preferably -agentpath

We use an implementation of the Instrumentation class that just declares all of its methods as native, so we can implement them in instrument.rs on load.