RocketDev

Results 22 issues of RocketDev

Now the class `ELF` could load executables perfectly, but some symbols could not be found in `libc.so.6` for optimization. However, these debug symbols are included in its debuginfo which could...

feature

### Description I enabled `map_cr` option and it works correctly. However, sometimes I find my self opening an extra bracket and have to remove it, but pressing `` only removes...

bug

> I'm using GNU Octave to do some *Signals and Systems* experiments. In my textbook, `ezplot` is used to draw symbols like `exp(2 * abs(t))`. And to prove some properties,...

upstream

> I was using IPython to do some quick poc work that time, first I switched `context.arch` to `'amd64'` and assembled `cdqe` and then I suddenly would like to try...

bug
backport-required
good first issue

# Problem Reveal Recently I examined seccomp filter in chromium and found it had a value in act TRAP. ![Image](https://github.com/user-attachments/assets/8fc17439-6993-44ba-8c93-ca584d894c2e) I'm using a cooperated seccomp tool called [ceccomp](https://github.com/dbgbgtf1/Ceccomp) with `ceccomp...

当打开kde应用时,会显示`Could not resolve property: #paint0_linear`。 其中该元素`stroke="url(#paint0_linear)"`位于`Fluent-round*.svg#L7339-L7444`行之间。

**Describe the bug** Ghidra can not decompile function `run` in the attached Zig binary. **To Reproduce** 1. go to function `run` 2. See error **Expected behavior** Ghidra can decompile the...

Feature: DWARF
Status: Triage
Feature: Language/Zig

Personally I often use lief with IPython to manipulate ELF files, to fully utilize interactive python shell function, I would be glad to see information from lief objects via just...

The function `logarithmic` does the following calculations to get a new score, however, though it's named `logarithmic`, the actual algorithm is not. It's actually **parabola**. The code is currently at...

Part of #2442 Add a function that could help user overlap bytes structures easily. For example, overlapping `FILE`, `_IO_wfile` and IO_JumpTable. Fixes #2441