libpe & peni - Portable Executable parsing lib & tool released

2022-09-09 Thread srozb
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.

libpe & peni - Portable Executable parsing lib & tool released

2022-09-08 Thread srozb
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' ;-)

libpe & peni - Portable Executable parsing lib & tool released

2022-09-08 Thread srozb
> 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".

libpe & peni - Portable Executable parsing lib & tool released

2022-09-08 Thread srozb
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