You're probably right. As I was unable to contact author I decided to relicense
the library to GPL-3.0. Hope this will suffice.
Yep, now you could find more dlls produced by Nim by simply:
`peni grep -E -p "NimMain" -r `
that was my original idea. Or perhaps it was searching windir with keywords
such as 'password' and 'credentials' ;-)
> as name warning, the name peni 🍆🍆 sounds a bit awkward in Italian.
This was intended - it refers to fameous polish comedy "Boys don't cry".
Hello all!
I've (almost) completely rewritten [libpe C
library](https://github.com/merces/libpe/) into Nim to be able to built a
multiplatform tool to inspect PE files. So here I'm releasing:
* [nim-libpe](https://github.com/srozb/nim-libpe) \- PE parsing library (with
the orig