-
hi,
i am using this awesome library and everything was ok. but now it doesn't work.
this is my logcat error message:
`FATAL EXCEPTION: main
Pro…
-
**Describe the bug**
Trying to attach uprobe to application functions. Issue occurred when client trying to instrument application failed to inject or attach probe to certain functions.
Same…
-
Currently, gRPC uses the `grpc-trace-bin` header for context propagation across process boundaries. This works perfectly for an environment in which all services are using gRPC for service-to-service …
-
When compiling a cargo project with:
- LTO enabled (`LTO=thin/fat`)
- PGO (`-Cprofile-use`)
- Both `lib` and `dylib` targets for its library
Reproducer
```rust
// src/main.rs
use clap::Comman…
-
Hi i wanted to add navigation drawer in my app so i wanted to integrate with fragment but getting error
FATAL EXCEPTION: main
java.lang.RuntimeException: Unable to start activity ComponentInfo{com…
-
Running: `C:\graalvm-ce-19.0.0\bin\native-image.cmd -jar jPatcher.jar --no-fallback`
I get the following:
```
Error: Unsupported features in 2 methods
Detailed message:
Error: Detected a star…
-
It might be interesting to look into reusing work that has gone into termux packages.
(placeholder)
-
I use forkserver deferred initialization mode to increase fuzzing speed. However, for some unknown reasons yet, the forkserver crashes after some time. I think it might be better to automatically rest…
-
The idea is to emit IR containing a metadata header and then manipulations to buffers containing the counter data. For incrementing counters this can use a fixed buffer while event counters can use a …
-
The main issue with Javassist it's that it read classes from disk before instrumenting. Such behaviour breaks compatibility with other tools which are instrumenting classes (see discussion https://git…