I have no clue about Java bytecode, but wouldn't it theoretically be possible to create "byte mask patterns" that find the correct class/method name by scanning the Java bytecode for certain OP codes that stay the same (i.e. functionality) and from there automate the class/method updating? Provided that the functionality doesn't also change with each update...
|