What’s instrumentation and why do you need it in your application? The hard work never ends, and even after we’ve shipped our application to the anticipating users, there’s still a lot to do. Now we need to see how our application handles the real world, and make sure the users are happy with it. Enter instrumentation. In the following post, ...
Read More »Home » Tag Archives: Instrumentation
Patching Java at runtime
This article will slightly highlight how to fix issues with third party libs that can’t be circumvented are difficult to exclude/bypass/replaced simply provide no bugfix In such cases solving the issue remains a challengig task. As a motivation for this scenario consider the attacks on “hash indexed” data structures, such as java.util.Hashtable and java.util.HashMap (for those who are not familar ...
Read More »