Commits on Sep 11, 2026
-
Lodestone: external HotSpot/Minecraft trainer
…
Reads HotSpot's exported VMStructs table through ReadProcessMemory to resolve Java classes, fields and objects in a running Minecraft, with no code loaded into the game: no mod, no injected DLL, no JVMTI agent. - win: OpenProcess + RPM/WPM, module enumeration, PE export parsing - vm: VMStructs/VMTypes/constants parsed live out of jvm.dll - jvm: ClassLoaderDataGraph walk, UNSIGNED5 fieldinfo stream decode (JDK 21+), vmSymbols for injected fields, mirrors for statics, strings, arrays, HashMaps - game: Minecraft 26.2 layer (flight, speed, noclip, no-fall, god, instabuild, teleport, world clock), gated on single player, primitives only - egui menu + CLI explorer Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
lodestone committed 3 days ago
NewerOlder