Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 233 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 233 Bytes

toy-classloader-in-c

Very simplistic class loader written in C to play around with the Java class file format. This project is meant to explore the mechanics of reading and parsing class files in anticipation of the bifit project.