Skip to main content
1 vote
1 answer
99 views

So I am trying to add information about locals I use. The current way I am trying to achieve it - is: methodVisitor = classWriter.visitMethod(ACC_PUBLIC | ACC_STATIC, "something", "()V&...
Gleb's user avatar
  • 258
0 votes
2 answers
69 views

Hi I'm trying to build a trace agent where app agent propagates the origin application name across the multiple network calls using the HTTPUrlConnection. So far, I was able to invoke the Advice ...
Jay_ran's user avatar
0 votes
0 answers
98 views

I’m Trying to Intercept Some Methods Using the Byte-Buddy Android Gradle Plugin I want to intercept some methods using the Byte-Buddy Android Gradle plugin. Here are the versions I am using: • Java ...
Engin Kadir Şahin's user avatar
1 vote
1 answer
565 views

As shown in the following figure, a custom Java agent package is added to the JVM options -javaagent:/usr/local/maven/apache-maven-3.6.3/repository/com/graviton/Probe-Agent/1.0-SNAPSHOT/Probe-Agent-1....
Photon's user avatar
  • 29
0 votes
1 answer
122 views

I am writing a term paper for the university. The task is to write two programs, one of which collects some information, signs it with a digital key, and saves the encrypted data and the key to ...
Артем Лебідь's user avatar
-1 votes
1 answer
97 views

It seems that ASM ClassWriter does not preserve the order of entries in the constant pool. For example, consider the following code snippet: @Test void hashShouldBeSame() throws IOException, ...
AMAN SHARMA's user avatar
0 votes
2 answers
176 views

for example:I want to change LocalDateTime.now() return result in non-production enviroment, I am trying to invoke the following code,but error occors: @Test public void test3() { ...
yicai.liu's user avatar
1 vote
1 answer
192 views

I am currently utilizing org.objectweb.asm.util.CheckClassAdapter for bytecode verification in my Java project. However, I've observed that this class prints errors to stderr instead of throwing ...
Volodya Lombrozo's user avatar

15 30 50 per page
1
2 3 4 5
54