Lukas Seidel
Lukas Seidel
Architecture: THUMB Example: bne.w #0xfffffe9e Expected outcome: "\x7f\xf4\x4d\xaf" Little Endian Explanation: The u32 hex value '0xfffffe9e' is -358 in decimal. This is in range for conditional branches in THUMB mode...
The `changeExtensionTo` method (part of better.files.File) splits file names on the first occurrence of a dot and hence will incorrectly rename any file with multiple extensions. I confirmed the bug...
In `csp_sfp_send_own_memcpy`, an MTU of more than `(CSP_BUFFER_SIZE - sizeof(sfp_header_t))` could lead to buffer overflows in subsequent calls to `csp_sfp_header_add` and the memcpy in l. 77. This is partially due...
Problem/Question: The newest Joern versions do not show the same level of type information granularity in `typeFullName` fields of `Calls` (and elsewhere) as older versions did. Recent changes seem like...
This PR addresses issues with `QueryMatches`' existing iterator. **Problem**: Using `.next()` and related methods such as `.collect()` would potentially yield incorrect results / nodes. **Root cause**: Each call to .next()...