Results 8 issues of PeF

**lnav version** v0.8.5 I try to make a format for the `dmesg` command : ``` $ dmesg -x kern :notice: [ 0.000000] Linux version 5.4.0-77-generic (buildd@lgw01-amd64-028) ... ``` I'm running...

bug

I use the provided code but only a small part of screen is modified. I've tried to change the resolution without success.

I've not found a way to display a simple character on screen. Could add this functionality ?

Could you add support for the log2() function ?

Is it possible to set the CPU variant as `UC_CPU_ARM_CORTEX_M4` provided in [unicorn/bindings/rust/src/arm.rs at dev · `unicorn-engine/unicorn](https://github.com/unicorn-engine/unicorn/blob/dev/bindings/rust/src/arm.rs)` ? I need it to get access to **thumb** instruction set.

enhancement
help wanted

Hello, I have modified `extrakto.sh` to use a query initialized to the current word before the cursor: ``` esac } query="$($HOME/bin/tmux_get_cursor_position)" while true; do header=$header_tmpl header=${header/:ga:/$grab_area} header=${header/:filter:/$mode} ``` The content...

I've tried the icestudio version and the apio version with the ULX3S-85F without success. The bitfile is larger than with the ulx3s-12f but it's not overwriting on the flash memory...

I've tried the two differents methods given in the Wiki to use a Jtag connection on my Arty A7 100t without success. Could you provide the current correct mehtod ?...