python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to modify bytecode on class load JVM no args
I have an exe that is starting a JVM and loading java classes into memory. I was successfully able to dump these classes with a -javaagent from the running JVM by attaching it to the process and retra...
Code Base
Votes: 0
Answers: 1
How to generate looping bytecode using Javassist?
I am trying to write a compiler for an esoteric programming language that compiles to Java Bytecode. I'm trying to use Javassist to generate the bytecode.
I got stuck when trying to generate branching...
Sweeper
Votes: 0
Answers: 1
Javassist Classpool.get() does not find class when using fully qualified name
I am attempting to get a simple Javassist example going. Consider the following code. Assume variable classPath points to a correct class folder that contains the required .class file.
When running, t...
ragnacode
Votes: 0
Answers: 1