Bitsum Community Forum

General Category => General => Topic started by: dlyaverablyamit on January 25, 2024, 03:09:14 AM

Title: Do some experiment with exe compression
Post by: dlyaverablyamit on January 25, 2024, 03:09:14 AM
I found documentation on how the PE header is structured and how a program is loaded and started by the OS. Can you give me some pointers on what I should look now ? There is some very simple exe packer source I can examine ? UPX is way too much complex for me at the moment.
Title: Re: Do some experiment with exe compression
Post by: Jeremy Collake on January 25, 2024, 08:38:20 AM
Sorry, I don't have any simple packers to point you to, but I think I've seen one or two long, long ago. Good luck!
Title: Re: Do some experiment with exe compression
Post by: MonroeLowery on April 23, 2024, 01:02:25 AM
One of the simpler tools than UPX is SimpleDPack, which is a very simple Windows exe packaging tool, suitable for learning or studying PE structures. Additionally, you can also consider Simple Executable Packer on SourceForge, a simple Windows exe/dll packaging tool, with source code mainly written in C and very minimalist.