Beothorn

Results 24 comments of Beothorn

Loading classes on base classloader gets rid of the issues, but doesn`t instrument the class: ``` Class class1 = FunctionCallRecorderWithValueCapturing.class; Class class2 = FunctionCallRecorder.class; Class class3 = Log.class; Class class4...

This needs more investigation. In my experiments I could not intercept java.io.File. Maybe core_classes should be removed as an option.

The issue is that at the point the agent is loaded, many classes were already loaded, including java.io.File. This can be verified by adding this code to the agent: ```java...

I am working on some code to be able to copy, it still buggy but does the job https://github.com/beothorn/bsnes-plus