-
**Is your feature request related to a problem?**
When I want to use OpenTelemetry C++ I currently have 2 options to do so:
1. I build the code myself from the sources
2. I use an "unofficial"…
svrnm updated
2 months ago
-
**Describe the bug**
I'm scanning an empty JAR file and get the following two vulnerabilities reported:
```
cpe:2.3:a:binary_project:binary:0.3.47:*:*:*:*:*:*:*
cpe:2.3:a:tor_project:tor:0.3.47:*:…
-
Sometimes, especially for instrumentation, it's useful to be able to carve out little bits of space within a binary's segments. This could be used to hold trampolines, or static data they refer to.
…
-
## Surrounding
- Database file format (git-able) (see #6)
- human readable by commits (also readable diffs)
- sync updates for collaboration
- Undo stack
- undo tree
- API (example: h…
-
Hi,
Thanks for sharing your tool.
I'm trying to run it on an embedded system that's based on Centos 8. EnvFuzz is built fine, however recording doesn't work, even for simple commands like ./env-fuzz…
-
I tried using objection and insert_dylib but the gadget always crashes on non jailbreak after a couple of seconds (around 10). Anybody else getting this issue? And if so, anybody know how to fix it?
-
Unable to start activity ComponentInfo{com.orient.myapplication/com.orient.myapplication.Main2Activity}: android.view.InflateException: Binary XML file line #8: Binary XML file line #8: Error inflatin…
-
CBMC version: 5.95.1
Operating system: N/A
Considering the following C program.
```c
int foo = 0;
int f() {
static int bar = 0;
return bar;
}
int main() {
assert(foo ==…
-
Thanks for maintaing an awesome project!
I am writing to discuss my concern about the unfairness of fuzzbench results due to the difference between binary-level vs. source-level fuzzers/
When I …
-
While trying to connect to Appium with espresso driver after SDK upgrade, I am getting the below error,
Espresso:
Changes made in espresso-server/app/build.gradle.kts as part of the Espresso …