Click here to Skip to main content
15,898,538 members
Home / Discussions / C#
   

C#

 
GeneralRemoting, proxy question Pin
Hans Ruck8-Oct-03 0:52
Hans Ruck8-Oct-03 0:52 
GeneralVolumeInformation in C# Pin
SörenH7-Oct-03 23:23
SörenH7-Oct-03 23:23 
GeneralRe: VolumeInformation in C# Pin
Randhir Sinha8-Oct-03 3:48
Randhir Sinha8-Oct-03 3:48 
GeneralRe: VolumeInformation in C# Pin
SörenH8-Oct-03 8:35
SörenH8-Oct-03 8:35 
GeneralString Search Pin
Mazdak7-Oct-03 22:47
Mazdak7-Oct-03 22:47 
GeneralRe: String Search Pin
Uwe Keim7-Oct-03 22:56
sitebuilderUwe Keim7-Oct-03 22:56 
GeneralRe: String Search Pin
Daniel Turini8-Oct-03 2:19
Daniel Turini8-Oct-03 2:19 
GeneralRe: String Search Pin
Uwe Keim8-Oct-03 2:30
sitebuilderUwe Keim8-Oct-03 2:30 
GeneralRe: String Search Pin
Corinna John8-Oct-03 0:51
Corinna John8-Oct-03 0:51 
GeneralRe: String Search Pin
Mike Ellison8-Oct-03 9:14
Mike Ellison8-Oct-03 9:14 
Generalprinter minimum margins Pin
mistery227-Oct-03 22:44
mistery227-Oct-03 22:44 
GeneralList boxes in .NET Pin
Joe Woodbury7-Oct-03 17:02
professionalJoe Woodbury7-Oct-03 17:02 
GeneralRe: List boxes in .NET Pin
eggie512-Oct-03 6:13
eggie512-Oct-03 6:13 
GeneralRe: List boxes in .NET Pin
Joe Woodbury12-Oct-03 10:19
professionalJoe Woodbury12-Oct-03 10:19 
GeneralRe: List boxes in .NET Pin
eggie512-Oct-03 10:37
eggie512-Oct-03 10:37 
GeneralRe: List boxes in .NET Pin
Joe Woodbury12-Oct-03 14:18
professionalJoe Woodbury12-Oct-03 14:18 
GeneralDecmompilers.. Pin
hammackj7-Oct-03 13:21
hammackj7-Oct-03 13:21 
GeneralRe: Decmompilers.. Pin
Nick Seng7-Oct-03 15:37
Nick Seng7-Oct-03 15:37 
GeneralRe: Decmompilers.. Pin
jparsons7-Oct-03 15:41
jparsons7-Oct-03 15:41 
GeneralRe: Decmompilers.. Pin
Nick Seng8-Oct-03 2:07
Nick Seng8-Oct-03 2:07 
GeneralRe: Decmompilers.. Pin
J. Dunlap7-Oct-03 15:52
J. Dunlap7-Oct-03 15:52 
Xarx wrote:
Anyway to stop programs from being decompiled?

The most common way is to use an obfuscator. Obfuscators change the names of the members in an app so that the person decompiling it can;t as easily make sense of it (which is easier to figure out the meaning of: "CustomerListView.AddItem(...)", or "Member25.Member33(...)" ?). There's one that comes with VS.NET, but if you're doing serious work, you'll need a more advanced version.

Another way is to compile the executable into native code. There's an app, .NET Protector[^], that does this for you.


Xarx wrote:
i was able to decompile most of WebMatrix

Hmm... could you send me the code? Roll eyes | :rolleyes: Just kidding, but I would like to know how they show ASP.NET controls in the HTML designer.


"Love does not delight in evil but rejoices with the truth." -- 1 Corinthians 13:6

FLUID UI Toolkit | FloodFill in C# & GDI+







GeneralRe: Decmompilers.. Pin
Carl Mercier7-Oct-03 17:26
Carl Mercier7-Oct-03 17:26 
GeneralRe: Decmompilers.. Pin
J. Dunlap7-Oct-03 17:49
J. Dunlap7-Oct-03 17:49 
GeneralRe: Decmompilers.. Pin
David Stone7-Oct-03 17:40
sitebuilderDavid Stone7-Oct-03 17:40 
GeneralRe: Decmompilers.. Pin
J. Dunlap7-Oct-03 17:50
J. Dunlap7-Oct-03 17:50 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.