Redited
Redited copied to clipboard
Automating shit
Can't you make patches and upload them on github?
A patch looks like this, it is what git uses to produce files from history.
By making patches in that way you can just write a simple script to do the edits, without having to do them by hand.
I am well aware of patches, but I haven't bothered because the names like .method public b(Ljava/util/List;LTf/l;)Ljava/util/List;
are randomized in each release afaik and doing automation with that in mind was too much work 👍
You are welcome to contribute
I am well aware of patches, but I haven't bothered because the names like
.method public b(Ljava/util/List;LTf/l;)Ljava/util/List;are randomized in each release afaik and doing automation with that in mind was too much work 👍You are welcome to contribute
https://github.com/jaqxues/GraphGuard potentially this could be used
@hairyfred Wow, such a nice project, will def keep that in my bookmarks