-
There are a few bundled crates that don't specify a license in SPDX expression in their Cargo.toml metadata. There's some crates with missing license metadata in the genreated LICENSE.dependencies.
I…
-
## Environment
```sh
# copypaste this script into your shell and replace it with the output
$ date
Tue Apr 11 09:06:36 PM CST 2023
$ r2 -v
radare2 5.8.5 30180 @ linux-x86-64 git.5.8.4-115-g950…
-
I am working on improving [lurk](https://github.com/JakWai01/lurk) -- an `strace` Rust rewrite. At the moment, lurk's author @JakWai01 has created a big manual map for the x86_64 syscalls, but the app…
-
**Description:** I am trying to use frida-trace as follows: `frida-trace -U -i access com.twitter.android` to trace calls to access() on the twitter app on android. I am trying to attach to the app on…
-
This is a follow up on my posts on this issue :[ https://github.com/angr/angr/issues/166](https://github.com/angr/angr/issues/166)
The code that I typed is
```
import angr
b = angr.Project("secret.dl…
-
While running DDF.py, I got stuck at the step
```
- 10:04:02 - ClassImageDeconvMa | Deconvolve large islands (>1000 pixels) (parallelised per island)
Evolve pop................... 0/5[ …
-
Feature request for a stackcount option to limit the stack depth. Eg, "-l 5" for the top 5 frames only. get_stackid() should already support this, such that the filter and aggregation is done in kerne…
-
I'm using kali 1.0.9a and trying to use opensnoop. I get an error statring "events/syscalls/sys_exit_open/enable". Wondering which of the prerequisites I'm missing.
ghost updated
6 years ago
-
I'm running into issues on step 3 in adding a syzlang grammar after running the 3 commands. I added a txt file but am getting errors
go version go1.23.1 linux/amd64, My reference to this issue[#2749]…
-
Hi!
First of all - I'm eager to contribute the documentation, once I've understood, how the module should be used.
I was quite new to `ptrace` and I'm still learning, so I might have missed some…