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 :)
Thanks :)
Should probably mention I'm after .exe's specifically; no .obj/crinkly thingies please.
Doing a packer? :D
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
resources = yes, tls = no :)
I'd love to get ahold of that!
I'd love to get ahold of that!
And yes, I'm playing around with a packer :)
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.
Contains EXEs and DLLs with:
* Relocations
* TLS
* TLS incl callbacks
* Resources
* Large code sections
There is some x64 binaries in there as well.
thanks a bunch! :)
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.
Anyone else got any goodies for me? Looking at you, mercury, conspiracy, inque, rtificial, approximate...
I'm sure bero has tons of this shit laying around as well :)
not sure if you know about this:
https://github.com/corkami/
https://github.com/corkami/
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 :)
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?
Yeah, that's the idea. Currently it's really more like .the .inferior .product, but you gotta start somewhere :)