Tagged Questions
0
votes
1answer
62 views
Java annotation processing with ASM
I want to do some annotation processing (serialization):
What I want:
I dont want to subclass the classes in question
I want to insert a method into an existing class
I want to use ASM to add these ...
3
votes
1answer
39 views
IJVM ILOAD instruction does not load proper value
I am writing a simple program to compute the absolute value of a few integers in IJVM for the MIC1 architecture. I am using the emulator located here.
Here is the code:
BIPUSH 0xC0
DUP
ISTORE i1
...
-1
votes
1answer
33 views
How works the progam loader from simple OS?
Program loaders of simple OS like DOS, read the program code from a floppy or a HDD and move its byte code to the RAM.
Question 1: Where the byte code is moved exactly? To the Heap, Stack or another ...
2
votes
1answer
86 views
Effect of the Java bytecode instruction combination on the operand stack
For the sequences of Java bytecode instructions written manually using ASM, is there a way to access the status of the stack? For instance, for a combination like below:
ILOAD_0,ILOAD_1,IADD,DUP ...
0
votes
0answers
143 views
How is Java Byte Code converted to machine code in Jikes RVM?
I was going through the Jikes RVM open source project which is written in Java.
Downloaded the zip file of the RVM Source which has all the Java Source Code.I was not perfectly sure of the path for ...
0
votes
2answers
165 views
Taking a user input in LLVM assembly code
Just a quick question about taking a user input in LLVM assembly code. Would it be in the arguments of the main function? Currently my main function looks like this:
define i32 @main() nounwind {
...
0
votes
1answer
112 views
Implementation of MSIL as pure assembly?
Recently, I got interest in assembly language in general. In doing so, I have also grown interested in the concept of bytecode. So I was rather interested when I looked into Microsoft's .NET, and ...
0
votes
1answer
164 views
ASM find offset with code
I would like to find the offsets of different methods in test cases I work with. I can find where methods start and end, I look for opcodes RETURN and ARETURN (Im doing so in a class that extends a ...
1
vote
1answer
132 views
How to add static final field with initializer using ASM?
I want to add static final field into .class file using ASM, and the source file is
public class Example {
public Example(int code) {
this.code = code;
}
public int getCode() {
...
4
votes
2answers
370 views
How do I compile JVM assembly code into bytecode?
If I ran javap -c ASM.class > ASM.java to get the assembly code, how would I recompile this back into JVM bytecode?
2
votes
5answers
340 views
Cross Platform/Architecture Assembly Language
I know that assembly language is typically not cross-platform. And even with things like NASM you would still need different code for different architectures and platforms which have different ...
0
votes
2answers
166 views
Extracting and executing an arbitrary sequence of Java bytecodes
Given the .class file of Java Class A, is there a way (with BCEL, ASM, etc. for instance) to extract a given bytecode sequence (assuming it's a basic block), place it in a separate location, and then ...
2
votes
3answers
76 views
Is it possible to gain performance in vm-based languages by hand-writing code in their assembly?
I know it probably wouldn't make much sense to do it as usually it's faster and more logical to just rewrite performance-critical sections in a faster language, but setting that aside, is it possible ...
0
votes
1answer
261 views
Is it possible to translate x86 32 bit assembly code into equivalent JVM byte-code and execute it?
Is it possible to translate x86 32 bit assembly code into equivalent JVM byte-code and execute it?
I have a Fortran library in .so form. I want to perform an assembly dump on it using GDB and then ...
1
vote
3answers
942 views
ASM - How can I convert Java class name from Java bytecode name?
I'm using ASM (a bytecode modification library) and it provides access to type names in the bytecode naming format, for example a String field is reported to have the description: Ljava/lang/String
I ...
1
vote
2answers
862 views
Jasmin Assembler VerifyError : Expecting to find object/array on stack
i get this error after "java testphase":
C:\jasmin-2.4>java testphase
Exception in thread "main" java.lang.VerifyError:
(class: testphase, method: main signature: ([Ljava/lang/String;)V)
...
1
vote
4answers
499 views
Why is programming in bytecode not as popular or prevalent as programming in assembly?
You see assembly code and assembly coders all over the internet but there's almost nothing on bytecode. Why is that ? The needs and the advantages of programming in assembly should all hold for ...
1
vote
3answers
250 views
Unified assembly language
I wonder if there exists some kind of universal and easy-to-code opcode (or assembly) language which provides basic set of instructions available in most of today's CPUs (not some fancy CISC, ...
1
vote
1answer
565 views
Java recursion using jsr instruction
I am using the Jasmin Java assembler to compile a toy language. But when I use the jsr instruction to recurse back into a subroutine, and run the output of Jasmin using java, I get the error ...
1
vote
1answer
151 views
Is it required to have deep knowledge of lower levels to write efficient Java code? [closed]
All is in the title:
Is it required to have deep knowledge of lower levels to write efficient Java code ?
4
votes
1answer
575 views
How do I compile this LLVM ASM?
I'm just trying to play around with LLVM to figure out how it works. I'm trying to compile the following snippet:
;hello.ll
@.LC0 = internal constant [4 x i8] c"%d\0A\00"
declare i32 @printf(i8*, ...
5
votes
3answers
572 views
Java: new instance from bytecode
ClassWriter cw = new ClassWriter(...);
byte[] bytes = cw.toByteArray();
I would like to create new class instance from bytes array. How do I do this? Is it possible at all?
2
votes
2answers
2k views
Get java.lang.IllegalAccessError when accessing the private field of a outside class via ASM Java Bytecode
in reflection, the private field can be access via getDeclaredField() and setAccessible(true). How to access the private field of a outside class via Objectweb ASM bytecode API?
I set to get the ...
2
votes
6answers
3k views
Is it possible to have the System ClassLoader load .class files specified at run time?
I am writing a static analysis tool for an assignment, it analyses Java bytecode using the ASM library. One of the parts of ASM that we use requires (or at least, appears to require) that the class be ...
1
vote
2answers
644 views
How to inspect the stack using an ASM visitor?
I am attempting to use the Java byte code engineering library ASM to perform static analysis. I have the situation where I would like to inspect the variables being assigned to a field.
I have ...
6
votes
6answers
3k views
What is the difference between assembly code and bytecode?
While in the search for the various differences in the meanings of source code, bytecode, assembly code, machine code, compilers, linkers, interpreters, assemblers and all the rest, I only got ...
3
votes
2answers
1k views
unboxing using the ASM Java library
I'm using the ASM Java library to replace some reflection. I generate the body of this method:
void set(Object object, int fieldIndex, Object value);
With this generated method, I can set fields on ...
0
votes
1answer
608 views
Bytecode instrumentation generating java verifier error
I am using ASM in order to do bytecode instrumentation for Java programs. What I'm doing is simple - When instrumenting a method, if the instruction is a PUTFIELD, simply do a DUP_X1 right before the ...
1
vote
2answers
2k views
ASM bytecode instrumentation for method entry / exit
I've created a JVMTI agent that does the following at a high level:
onClassLoadHook send the bytecodes for the loaded class to a separate Java process that will instrument the class using ASM
get ...
6
votes
4answers
2k views
Translating Java bytecode into other representations and programming languages
I'm looking for ways/tools/projects to translate Java bytecode into other programming languages or, failing that, at least into a structured representation (like XML). Ideally open source, naturally.
...