linuxCowboy
linuxCowboy
- add backward search - handle files
**vbindiff** you have some leisure time? - create a 4GB file with zeros - at the end, overwrite "33 00" - search from start with _leading zero_ ("00 33") -...
Introducing: [**vbl**](https://github.com/linuxCowboy/vbl) - VBindiff for Linux  _Alive and kicking!_ ... I originally just wanted to add the backwards search.
Your program reports badblock-numbers for CORRUPTION_ERRORs `blocks_at_once` too high. This bug was [reported](https://github.com/tytso/e2fsprogs/pull/142) two years ago. Can you please explain why this is not a problem and will not being...
I have a few suggestions: - hide the cursor: a blinking cursor to the left of an already written text does not look well - the percent progress should be...
The man page states that “test_pattern can be either a numeric value between 0 and **ULONG_MAX**-1 inclusive”, but _parse_uint()_ limits this to **UINT_MAX**. this runs: `-t 0x11223344 -t 0x55667788` this...