Jonathan Bruchim
Jonathan Bruchim
In addition to okhttp, I would like to make a wrapper for `javax.net.ssl` what steps do I need to take to achieve this. thanks!!
Hi, I've been trying to build the agent on java 1.8 with the following errors ` agentdebug/src/main/java/ee/schimke/AgentMain.java:3: error: package com.sun.tools.attach does not exist import com.sun.tools.attach.AgentInitializationException; ` With java 11 I...
Hi, I have an already running application that I want to use sniffy on. Will sniffy work as an agent loading dynamically and not as a -javaagent parameter? Will adding...