Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in instrumentation

Using Byte Buddy for Java Agent

How to inject a class into the java.lang package

bytecode instrumentation using ClassFileTransformer.transform

java instrumentation

Alternatives to Java bytecode instrumentation

java instrumentation

How to tell gcc to instrument the code with calls to my own function each _line_ of code?

How to test a ClassFileTransformer / javaagent?

How do I replace a class with new one with Java instrumentation?

Plugging in to Java compilers

Intercepting calls to Java 8 lambda-expressions using Byte Buddy

Using Instrumentation to record unhandled exception

Error while instrumenting class files (asm.ClassWriter.getCommonSuperClass)

Android Testing: Instrumentation run failed due to 'java.lang.ClassNotFoundException'

How to instrument java methods?

java instrumentation

Is is possible to instrument with javassist java core classes? Classes loaded by the bootstrap classloader

Code instrumentation in haskell

haskell instrumentation

Bytecode and Objects

Adding invokestatic to java/lang/Object.<init> via JVM TI agent causes JVM to crash with segfault

LLVM Pass to insert an external function call to LLVM bitcode

c llvm instrumentation llvm-ir