Forum: .NET Reverse Engineering
01-14-2011, 11:37 AM
|
Replies: 5
Views: 19,915
You can strip it down to 1536 bytes (don't know...
You can strip it down to 1536 bytes (don't know how to attach the file here), by removing the win32 resources, the .rsrc section and .reloc section. The only bad thing about the .NEt PELoader is that...
|
Forum: .NET Reverse Engineering
01-14-2011, 09:48 AM
|
Replies: 5
Views: 19,915
:) I'm mostly doing demomaking 4k/64k intro (my...
:) I'm mostly doing demomaking 4k/64k intro (my blog (http://code4k.blogspot.com)), and I'm working now with .NET to see how much I can reduce the file size of a .NET assembly for small executable...
|
Forum: .NET Reverse Engineering
01-14-2011, 08:47 AM
|
Replies: 5
Views: 19,915
Reduce .Net Exe Assembly file size
Hi All, :)
I'm currently looking a way to strip down the size of a .Net Exe Assembly. Using a toolchain ilmerge->monolinker->eazobfuscator->monocecil (to remove security attributes), and removing...
|