how to reduce the size of exe File ...
-
Hi All ! the size of my exe file is about 1.5 mb .I just used Microsoft.Office.Interop.Excel.dll and Word in preferences. thanks for any help me to introduce a way to decrease the size of Exe file. Regards !
-
Hi All ! the size of my exe file is about 1.5 mb .I just used Microsoft.Office.Interop.Excel.dll and Word in preferences. thanks for any help me to introduce a way to decrease the size of Exe file. Regards !
Have my wife wash it.
-
Obfuscation will not only make the exe smaller but also protect your IP.
"You get that on the big jobs."
Prove it.
-
Prove it.
void GetDataFromDatabaseSortedByCustomerName()
{
int customerId;
//more maintainable code with meaningful naming
}Obfuscated
void a()
{
int a;
//more unmaintainable code with meaningless names like b, c, x
}The obfuscated IL code is going to be smaller
"You get that on the big jobs."
-
Have my wife wash it.
What's her email again? ;P Peter
Software rusts. Simon Stephenson, ca 1994.
-
void GetDataFromDatabaseSortedByCustomerName()
{
int customerId;
//more maintainable code with meaningful naming
}Obfuscated
void a()
{
int a;
//more unmaintainable code with meaningless names like b, c, x
}The obfuscated IL code is going to be smaller
"You get that on the big jobs."
Trouble is, it does absolutely sod all to protect your IP.
*pre-emptive celebratory nipple tassle jiggle* - Sean Ewington
"Mind bleach! Send me mind bleach!" - Nagy Vilmos
My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility
-
Hi All ! the size of my exe file is about 1.5 mb .I just used Microsoft.Office.Interop.Excel.dll and Word in preferences. thanks for any help me to introduce a way to decrease the size of Exe file. Regards !
-
Obfuscation will not only make the exe smaller but also protect your IP.
"You get that on the big jobs."
RobCroll wrote:
Obfuscation will not only make the exe smaller but also protect your IP.
Really! I didn't know this before ! :omg:
-
Trouble is, it does absolutely sod all to protect your IP.
*pre-emptive celebratory nipple tassle jiggle* - Sean Ewington
"Mind bleach! Send me mind bleach!" - Nagy Vilmos
My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility
-
RobCroll wrote:
Obfuscation will not only make the exe smaller but also protect your IP.
Really! I didn't know this before ! :omg:
And you don't now. Obfuscation does not protect your IP. As a deterrent, it is next to useless if someone has a reasonable toolset available.
*pre-emptive celebratory nipple tassle jiggle* - Sean Ewington
"Mind bleach! Send me mind bleach!" - Nagy Vilmos
My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility