Simple Patching Tool v1.2 released

Simple Patching Tool has been updated with a couple of minor enhancements:

  • jtreg (Java Regression Test Harness) is now supported
    • You can patch any class in the context of a jtreg test
  • Bug fix to use Object data types in Hooker class methods
    • Any object can be sent by parameter to a Hooker class method. From the ASM side, you push the object to the stack. From the Hooker side, you receive an Object (java.lang.Object class) to be cast to the expected class.

Download here.

Leave a Reply

Your email address will not be published.