Skip to content

TheWeatherPony/Partial-Modification-Loader---Core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Partial Modification Loader(PML) is a mod/plugin system designed for generic Java application interfacing, utilizing elements of Aspect Oriented Program. (Uses Oracle Java 7 - Dalvik not supported)

This is the Core code for PML - this portion of the code deals with loading, managing, and communicating with mods/plugins; generating and maintaining application hooks; and dealing with obfuscations.

The hooks generated by PML are inspired by scripting languages in general, re-imagined in order to de-clutter developers' code and add support for mod/plugin disabling. Only classes loaded after the application's main class (inclusively) are eligible for hook injection, and additional hooks cannot be added after the target class is loaded. The disabling of mods/plugins does not change the availability of hooks, only their applied usage.

About

The core/main section of Partial Modification Loader

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages