summaryrefslogtreecommitdiff
path: root/src/main/java/ftbsc/lll/tools/PatternMatcher.java
Commit message (Expand)AuthorAgeLines
* fix: failure to restart matcher after failing to find pattern once0.3.3 zaaarf2023-03-13-19/+13
* fix: added empty predicates edge case to find function, and single-instructio... zaaarf2023-03-04-13/+13
* fix: fixed several bugs in find function zaaarf2023-03-04-8/+15
* fix: fixed breaking bug in find method0.3.1 zaaarf2023-03-03-7/+6
* doc: improved javadocs zaaarf2023-02-27-6/+6
* chore: renamed exception package to exceptions zaaarf2023-02-27-1/+1
* fix: out of bounds, test size first ftbsc2023-02-08-4/+4
* feat: added label matcher to PatternMatcher zaaarf2023-02-07-0/+8
* fix: accidentally did a mixin zaaarf2023-02-07-1/+1
* fix: corrected mistake in implementation of reverse lookup zaaarf2023-02-07-2/+4
* feat: implemented ASM pattern matcher zaaarf2023-02-07-0/+242