-
This is not a issue to be honest, but I don't know where else to ask. I would like to use this library to flash a Grand Central board, but the only example I can find is for the Metro M4 with the boot…
-
I have a situation where I am searching larger binary files like disc images and elf bins for PII strings. I have a format string that looks like "%[§]$%f%s%b%s%q%s%Q%~". This works well in many situa…
-
Inspired by this hack
https://hackaday.com/2017/02/13/hacking-on-the-weirdest-esp-module/#comment-5820116
I tried something similiar:
MQTT from an STM32 Bluepill running mecrisp FORTH, connected to…
-
I am looking at the generation of iso15118-2 schemas using cbexigen, and in particular how the Header sections with signatures are encoded. I've noticed Element in xmldsig-core-schema.xsd, as shown i…
-
I think it has something to do with the loop in `HexDumper.mainline`. The `autoskip_state` changes are not part of the main loop there.
-
This would make it a lot easier to read.
i.e. something like
```patch
@@ -1518,22 +1519,22 @@ Memory
",
self.desc.start_of_memory_range, self.desc.memory.data_size, self.desc.memo…
-
Excute me, I Have a program,how can't I print the array in hex format?
int my_array[] = {10, 15 20};
print like this:
0xA, 0xF, 0x14
thanks!
-
If you are willing to use the gawk `-b` argument it isn't hard to make a hexdumper. The following is something I cooked up that gives identical output to your `hexdump -v -e '/1 "%01u "'` script.
I…
-
```
rDNS (127.0.0.1): localhost.
./testssl.sh: line 12208: hexdump: command not found
```
Maybe it should check for the existence or have a fallback.. It happened with the minimal install…
-
## Prerequisites
- Running v2 candidate 2a5d55c0a9b826e74213a8c1937a7c16d8e8aa9e
## Problem
### Current Behavior
Pressing `t` when in bytes view does nothing.
### Expected Behavior
…