Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Instrumenting Array via java.lang.Object

java instrumentation

Android InstrumentationTestRunner XML output for Hudson ingestion

xml android instrumentation

How to create a Python class decorator that is able to wrap instance, class and static methods?

Why do I get a Resources$NotFoundException when using InstrumentationRegistry.getContext().getString()?