pouët.net

Send me your uncompressed intros :)

category: code [glöplog]
 
Working on some PE stuff, and I'd love to get my hands on a bulk of additional test content. Win32, no external media, compiler/linker info a plus. Fire away to yupferris ate gee mail!

Thanks :)
added on the 2016-08-13 20:30:12 by ferris ferris
Should probably mention I'm after .exe's specifically; no .obj/crinkly thingies please.
added on the 2016-08-13 20:31:45 by ferris ferris
Doing a packer? :D
added on the 2016-08-13 23:59:16 by mudlord mudlord
so watcha doin?
If you need some EXEs I have a PE corpus I made up for testing my exe packer. It has exes that use resource sections and TLS callbacks, so that might not be what you are after though :O
added on the 2016-08-14 12:29:20 by mudlord mudlord
resources = yes, tls = no :)

I'd love to get ahold of that!
added on the 2016-08-14 13:28:46 by ferris ferris
And yes, I'm playing around with a packer :)
added on the 2016-08-14 13:30:15 by ferris ferris
http://mudlord.info/crap/re/pe_corpus.rar

Contains EXEs and DLLs with:
* Relocations
* TLS
* TLS incl callbacks
* Resources
* Large code sections

There is some x64 binaries in there as well.
added on the 2016-08-14 13:54:19 by mudlord mudlord
thanks a bunch! :)
added on the 2016-08-14 14:15:03 by ferris ferris
No problemo, they came in handy when I was testing my packer. Now I am at the stage of rewriting mine for x64 and using a proper PE manipulation library. I already use a LZMA depacker I wrote, as well as a lz77+range coder based backend. I want to try zlib + zopfli though, since the main challenge would be computing all the tables zlib uses at runtime instead of using them wholesale.
added on the 2016-08-14 14:32:09 by mudlord mudlord
Anyone else got any goodies for me? Looking at you, mercury, conspiracy, inque, rtificial, approximate...
added on the 2016-08-15 12:55:21 by ferris ferris
I'm sure bero has tons of this shit laying around as well :)
added on the 2016-08-15 12:56:10 by ferris ferris
not sure if you know about this:
https://github.com/corkami/
added on the 2016-08-15 13:13:12 by mudlord mudlord
Thanks again mudlord, those look helpful indeed! However as the packer has a more specific target I'd prefer to get ahold of some actual intros uncompressed, if possible. I have many of my own but more bulk would be great. Of course anything helps though :)
added on the 2016-08-15 14:56:59 by ferris ferris
Oh okay. My packer is more a personal UPX replacement than anything else, which is why I made that corpus and used those binaries. I guess yours is a kkrunchy replacement?
added on the 2016-08-16 08:46:38 by mudlord mudlord
Yeah, that's the idea. Currently it's really more like .the .inferior .product, but you gotta start somewhere :)
added on the 2016-08-16 11:19:59 by ferris ferris

login