iTrooz
iTrooz
https://github.com/op/go-logging/pull/60#issuecomment-159413338 You can easily create your own backend type, e.g: ```go type MyBackend struct { backend logging.Backend } func (b *MyBackend) Log(level logging.Level, calldepth int, rec *logging.Record) error { if...
Can you confirm that ImHex doesn't crash with the default scale ? If so, could you please update the issue title to reflect that ?
Yup Does it work now ?
Now working on Linux
Yes, this would be great ! and if possible, a cross in the prompt selection screen next to each entry would be a good addition. Like this: 
Hey ! Sorry for the delay These methods indeed aren't implemented for Windows for now (I think because I couldn't find a way to retrieve partitions). Could you try without...
Just made a poc to play with physical disks/partitions: https://github.com/iTrooz/win_partlist
Oh yeah, I understand the need then. I'll add it this weekend/next week
@Erol-2022 How would you expect to specify the disk here ? I noticed you didn't put it in your command, but assuming you are booting from a WinPE environment from...
Hey ! I can't properly test because I can't manage to make EFI variables persist on reboot on my VMs, but this build should work. Could you test it ?...