I would like to increase an exe size without altering it's behavior. It's possible to fill it with blank data?
| |||||
feedback
|
|
Yes. This was a common trick to avoid the "no games in the office" rules in the 90s.
Just append data to the end. IIRC they (never me ;-) used the append Example:
| ||||
feedback
|
|
Sure, you could use a resource editor to add an empty resource section. Why do you want to do this? | |||||||||
feedback
|
|
It can be an issue for some anti virus software but windows loader doesn't care about any extra data. | |||
|
feedback
|
|
Increasing the size of an exe is likely to break it. AFAIK, this is impossible. What are you trying to do? | |||
feedback
|