EaglerForge Injector

GitHub
Adds ModAPI with more functionality (adds hooking into functions, exposes all classes, etc) to unminified unobfuscated EaglercraftX offline downloads (web support coming soon).


             Awaiting input...




Info:
Where can I download an unobfuscated unsigned Eaglercraft build? https://github.com/Eaglercraft-Archive/unminified-eaglercraft-builds/releases/latest
How do I compile my own unobfuscated unsigned Eaglercraft build? Once you have a local EaglercraftX workspace setup, in build.gradle, set the obfuscate property to false. Then, run CompileJS.bat (or .sh if on a unix-based os), and then run MakeOfflineDownload.bat. The outputted offline download will have a much larger file size than other offline builds. This is the file you should select. (it should have a naming convention similar to EaglercraftX_1.8_Offline_en_US.html)
Roadmap? roadmap.
How does this tool work? The injector works by analysing your uploaded file for patterns that appear in TeaVM's compiled JavaScript code. Then, it will replace all functions with proxies to the original code, which it moves into ModAPI.hooks.methods. It does similar things with static properties and constructors, and then hooks into $rt_metadata to access auxilary information.
Where documentation??? https://eaglerforge.github.io/EaglerForgeInjector/docs