A guidebook to Lillero and ASM patching, powered by mdBook. https://zaaarf.foo/book/lillero/
Find a file
2023-09-08 11:40:56 +02:00
src feat: readme/foreword 2023-09-08 11:40:56 +02:00
.gitignore feat: introduction 2023-09-08 11:31:14 +02:00
book.toml feat: introduction 2023-09-08 11:31:14 +02:00
index.html feat: readme/foreword 2023-09-08 11:40:56 +02:00
LICENSE feat: introduction 2023-09-08 11:31:14 +02:00
README.md feat: readme/foreword 2023-09-08 11:40:56 +02:00

The Lillero Book

This is meant as an in-depth guide to ASM manipulation with the Lillero framework. While that's the main focus, it's written to also be useful to anyone wanting to learn ASM patching in general. Some parts (which will be flagged appropriately) may be applicable to Minecraft alone, but most of the book is meant to be generic.

The ASM library that Lillero is built with is capable of so much more than what is described in this book. In fact, the official ASM guide is a must-read for anyone wishing to understand its inner workings more in depth. While very well written, the ASM guide reads more like a scientific paper than a user manual, and this is part of my reasons for creating the Lillero Book. Much like Lillero is an intermediary layer meant to simplify working with ASM, this book is an intermediary step meant to give you a passable understanding of patching before plunging deep into the obscure inner workings of Java bytecode.

In short, this is no replacement for the ASM manual: think of the Lillero Book as a (relatively) simple introduction to its topics.