Skip to content

Tags: zaaarf/lillero

Tags

0.6.1

Verified

This tag was signed with the committer’s verified signature.
zaaarf zaaarf
0.6.1

Fixed bug in arg-based matcher

0.6.0

Verified

This tag was signed with the committer’s verified signature.
zaaarf zaaarf
0.6.0

Breaking changes!

I've gone ahead and implemented a number of changes that
had beed coming for a long time. Here are the highlights:

- `InsnSequence` has been removed in favour of `InsnListUtils`,
	which provide static utils for the base ASM one instead of
	extending and overriding it.
- InjectionException has been removed. It's never thrown in the
	library itself, and frankly having a RuntimeException for this
	was never that smart to begin with. Since it was mainly meant
	for the user, I feel like it encouraged bad practices. A user
	who really wants to do that, should make their own exception,
	as a sign that they're really aware of the implications.
		-
- A couple of method overloads have been removed.
- Explicit dependency on Log4J has been removed.
	- The `BytecodePrinter` method which used Log4J's logger has
		been replaced with a `Consumer`-based variant.
- A number of features have been added to the `PatternMatcher`,
	most notably the ability to match by opcode AND value. That
	method should be considered experimental as it hasn't been
	tested as much as I'd like it to be.

0.5.1

Verified

This tag was signed with the committer’s verified signature.
zaaarf zaaarf
ASM version bump, added util

0.5.0

Verified

This tag was signed with the committer’s verified signature.
zaaarf zaaarf
Breaking: renamed the "tools" package to "utils".

It took a while, but I finally realised it was a bad idea.

0.4.2

Verified

This tag was signed with the committer’s verified signature.
zaaarf zaaarf
fixed problem with PatternMatcher ignore flags

0.4.1

Verified

This tag was signed with the committer’s verified signature.
zaaarf zaaarf
fixed multiple breaking bugs, removed builder for TypeProxy

0.4.0

Verified

This tag was signed with the committer’s verified signature.
zaaarf zaaarf
WARNING: May contain breaking changes. Reworked proxy system, countle…

…ss bugfixes. It's highly recommended that you upgrade.

0.3.4

Verified

This tag was signed with the committer’s verified signature.
zaaarf zaaarf
fixed breaking bug about descriptors not being properly built from pr…

…oxies

0.3.3

Verified

This tag was signed with the committer’s verified signature.
zaaarf zaaarf
fixed critical finder bugs

0.3.2

Major fixes to InsnSequence and PatternMatcher, added more javadocs.