Skip to content

CreatioStudio/GCA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Generic Class Assembler


An attempt to make bytecode modification easier, as something like dealing with reflection instead of confusing and unfamiliar file structure.

The steps goes like this:

  1. Bottom layer of code operating

All details of implementation will be exposed.

  1. First layer packaging

One or few opcodes will be translated into a low-grade language.

Class file management and class path searching function will be added in this stage.

  1. Second layer packaging

Several low-grade language objects will be translated into java source code, with code block structure

Will supports source code compilation in this stage as well

About

A class file reader/generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages