s1341

Results 45 issues of s1341

It would be really convenient to be able to trace the stack starting with a signal-handler's context, at least on posix platforms which support this. Is there a way to...

enhancement

It appears that neither the service nor the client work without root.... Is there a way to register the service so that it can work without root?

It's useful to enable configurability of the function used to retrieve the buffer list, so that certain buffers can be filtered, for example. This pull request adds a new global...

It seems that there are issues following `libc::fork`s, no output file is created for the child process.

Is it possible to print the addresses for each line of backtrace?

enhancement

When using Broker2Broker, there should be a `Main Broker` to which all other brokers connect. This `Main Broker` should: - display stats for the entire cluster, including total number of...

enhancement
help wanted

For e.g.: ``` [Stats #94] (GLOBAL) clients: 15, corpus: 166083, objectives: 9, executions: 155249734, exec/sec: 1729299243782426388 (CLIENT) corpus: 1429, objectives: 10, executions: 1496208, exec/sec: 223, edges: 10251/23303 (43%) ```

bug

The `staterestore` feature currently writes the serialized state out to a `.libafl_state` file in the `temp_dir`. There are two issues with this: 1. The files are never cleaned up, resulting...

bug

When running with frida stalker (for coverage/asan) we should detect and stalk any new threads spawned by the process. - [ ] Hook pthread_create/fork/clone and detect new stack/TLS and shadow/unpoison...

enhancement