-
If I create the same image twice, with `-reproducible`, without changing the contents of the source directory:
```
$ mksquashfs rootfs/ a -all-root -noappend -comp xz -reproducible
$ mksquashfs …
-
When working with IO streams, it's often helpful to tap into the data stream and observe what's being sent.
This can be useful for debugging or auditing purposes, but also for calculating hashes or s…
-
We encountered this error with utter v1.5.0. In the process of migrating from spew to utter, we were constructing `ConfigState` without specifying any width values. After seeing this we realized we ne…
-
Add the ability to post-process rows of a hexdump, similar to [zhexdump](https://github.com/zed-0xff/zhexdump#row-preprocessing).
-
### Mouse / peripheral model and version
ROG Strix Flare II
### Armoury Crate Screenshots
![Screenshot 2024-04-13 163006](https://github.com/seerge/g-helper/assets/96964819/ac514fe7-4886-424c-b8a7…
-
There is a bug that Script doesnt start the server for the first time for a new device
I checked that Uiautomator process start has to be done manually, initially for every new single device.
I have …
-
When dumping things with large positions, which take more than 8 character to display, a few things get misaligned. This happens both when `--skip`ing that far, or when just using a `--display-offset`…
-
Compared to the doc strings for GDB's built-in options, the doc strings for `pwndbg` need some improvement:
```console
pwndbg> show follow-fork-mode
Debugger response to a program call of fork or v…
-
Hello! It appears that key data is treated as a zero-terminated string by your library which makes it impossible to use '\0' as part of a key.
```Lua
local xxtea = require 'xxtea'
local functio…
-
**Is your feature request related to a problem? Please describe.**
Hexdump sidepanel has mode "Disassembly" which prints disassembly using `pda` command. It attempts disassembling instruction at ea…