PS > gcc -o wce.exe .\wcepeinfo.c; .\wce.exe .\nqce.exe
Processing file .\nqce.exe
Machine: 0x01A2
Machine name: SH3
Timestamp: 946208555
Timestamp: 1999-12-26
Making progress!
As it turns out, the PE header also contains a timestamp from then the program was compiled! That'll help dating obscure CE apps!
Unlike my previous app for converting 2bp files, which turned out to be a 40mb binary using node-pkg, I'm doing that I should've done long ago and learn proper C
I did a lot of embedded dev in C/C++, but on PC all my experience is higher level languages, so while I do speak C, I have a little catching up to do to write proper cli tools!