instrew icon indicating copy to clipboard operation
instrew copied to clipboard

A high performance LLVM-based dynamic binary instrumentation framework

Results 8 instrew issues
Sort by recently updated
recently updated
newest added

Hi, I'm really impressed by [your talk](https://www.youtube.com/watch?v=gBijjM_N9Mk&t) and want to try `instrew` by myself. But I am stuck at few explanations of the usages. After I installed `instrew`, I don't...

I have cloned this repository and successfully executed 'meson build-Dbuildtype =release', when I executed `ninja -C build` to compiling,something went wrong like this: ```shell FAILED: subprojects/rellume/tests/parsed_cases_aarch64.txt /usr/bin/python3 ../subprojects/rellume/tests/test_parser.py -o subprojects/rellume/tests/parsed_cases_aarch64.txt...

Segmentation fault occurred while running `build/server/instrew x86_64-helloworld` on ARM64.

Hello! Could you, please, answer, is it possible to add Aarch64(guest) to Riscv64(host) translation in instrew? If so, could you, please, describe steps and changes needed to implement such translation?

similar to my [other pull request](https://github.com/aengelke/instrew/pull/12) except improved to support arm through docker. ## benefits The readme file doesn't give a lot of info on what dependencies (libssl, llvm, etc)...

I am trying to build on Termux, which has LLVM 19 and I do not want to downgrade it. I could build inside a proot-distro, but instrew does not start...

## What This PR adds support for running statically linked binaries with Instrew on RISC-V host. ## Testing All Instrew tests passed successfully on Sipeed Lichee PI 4A and a...

Error: ``` ./build/server/instrew /bin/ls -l unhandled syscall 332 (ffffff9c 733c633ff460 900 25e 733c633ff330 ffffffffffffff00) = -ENOSYS -- please file a bug with these numbers and the architecture unhandled syscall 194...