Valentin Obst

Results 12 issues of Valentin Obst

**Describe the bug** We encountered a situation where Volatility would wrongly assume that a memory image had a virtual ASLR of zero because the first matching `init_task` was in a...

Warning: While in draft state, this PR will be force pushed without notice! The recent introduction of the taint analysis abstractions (#450) as well as further enhancements made in the...

Compile all acceptance tests for riscv64 (clang and gcc). # TODO: - [ ] `register_calling_convention` is missing in the output of the Ghidra plugin (tested 10.2.3). This causes deserialization to...

For Ubuntu 23.10 the `fs_struct` type is not converted correctly. No clue if this is the only type that is affected, or if there is a bigger issue. Using commit...

To better understand the current performance characteristics and to guide future development, introduce microbenchmarks for various steps in the `cwe_checker`'s analysis. This PR adds benchmarks for the following steps: -...

Issue #461 discovered a problem with the Propagate Control Flow normalization pass: In rare cases it could happen that a basic block would be removed without re-targeting calls that return...

The cwe_checker developers have mostly been compiling their code in _release mode_ when testing it. Since dynamic overflow checks for integer arithmetic are not enabled in release mode you will...

good first issue

Currently, our automated code style checking, i.e., `make codestyle-check`, does not include the test target. This means that there are _a lot_ of warnings if you run `cargo clippy --tests...

good first issue

**Warning**: While in draft state, this PR will be force pushed without notice. tl;dr: The goal of this PR is to simplify the Ghidra plugin by moving all of the...

- [ ] Mark this if you consider it ready to merge - [ ] I've added tests (optional) - [ ] I wrote some lines in the [book](https://github.com/radareorg/radare2book) (optional)...