Click here to Skip to main content
15,907,326 members
Home / Discussions / C#
   

C#

 
GeneralRe: About threading Pin
Rassul Yunussov21-Jul-05 21:48
Rassul Yunussov21-Jul-05 21:48 
GeneralCreating a Gif file Pin
djing198520-Jul-05 23:34
djing198520-Jul-05 23:34 
GeneralRe: Creating a Gif file Pin
Libor Tinka21-Jul-05 0:05
Libor Tinka21-Jul-05 0:05 
GeneralRe: Creating a Gif file Pin
djing198521-Jul-05 0:33
djing198521-Jul-05 0:33 
GeneralRe: Creating a Gif file Pin
Yoyosh21-Jul-05 1:59
Yoyosh21-Jul-05 1:59 
GeneralRe: Creating a Gif file Pin
poucin10021-Jul-05 2:03
poucin10021-Jul-05 2:03 
GeneralRe: Creating a Gif file Pin
djing198521-Jul-05 4:25
djing198521-Jul-05 4:25 
GeneralIL code security Pin
Libor Tinka20-Jul-05 23:03
Libor Tinka20-Jul-05 23:03 
Is there a way to compile IL code into native x86 ?
I think in some cases is IL code impractical:

1) speed - some time-critical applications need to be executed quickly, without Just-In-Time debugging (like image viewers)

2) security - this is my case: my app using some product key validation algorithm, which is vulnerable to cracker. Even if the code is obfuscated, attacker can see sensitible data (numbers, math operators and parameters in .NET method calls D'Oh! | :doh: ).

I heard about something like "pre-jitter" - a tool from Microsoft for additional compilation of your code.

It's better for me to make six releases of my program, than to have multiplatform and unsafe one.
Maybe the program can be grabbed directly from memory. Confused | :confused:

Have you some experience with IL code security?
GeneralRe: IL code security Pin
Corinna John20-Jul-05 23:38
Corinna John20-Jul-05 23:38 
GeneralRe: IL code security Pin
Libor Tinka21-Jul-05 0:00
Libor Tinka21-Jul-05 0:00 
GeneralMDI Forms Pin
rmedo20-Jul-05 22:37
rmedo20-Jul-05 22:37 
GeneralRe: MDI Forms Pin
Dave Kreskowiak21-Jul-05 2:24
mveDave Kreskowiak21-Jul-05 2:24 
GeneralRe: MDI Forms Pin
rmedo21-Jul-05 2:25
rmedo21-Jul-05 2:25 
GeneralRe: MDI Forms Pin
Dave Kreskowiak21-Jul-05 4:36
mveDave Kreskowiak21-Jul-05 4:36 
GeneralRe: MDI Forms Pin
rmedo23-Jul-05 21:49
rmedo23-Jul-05 21:49 
GeneralRe: MDI Forms Pin
Dave Kreskowiak24-Jul-05 6:44
mveDave Kreskowiak24-Jul-05 6:44 
GeneralBackGroundImage in a RichTextBox Pin
fady_sayegh20-Jul-05 21:53
fady_sayegh20-Jul-05 21:53 
GeneralRe: BackGroundImage in a RichTextBox Pin
Dave Kreskowiak21-Jul-05 2:23
mveDave Kreskowiak21-Jul-05 2:23 
GeneralPtInRgn Pin
Rassul Yunussov20-Jul-05 21:42
Rassul Yunussov20-Jul-05 21:42 
GeneralRe: PtInRgn Pin
[Marc]21-Jul-05 15:23
[Marc]21-Jul-05 15:23 
Generalloading a Form from a ... Pin
StephenMcAllister20-Jul-05 21:40
StephenMcAllister20-Jul-05 21:40 
GeneralRegular expressions problem Pin
AnonymousTwo20-Jul-05 18:39
AnonymousTwo20-Jul-05 18:39 
GeneralRe: Regular expressions problem Pin
Christian Graus20-Jul-05 18:58
protectorChristian Graus20-Jul-05 18:58 
GeneralRe: Regular expressions problem Pin
AnonymousTwo20-Jul-05 19:18
AnonymousTwo20-Jul-05 19:18 
GeneralRe: Regular expressions problem Pin
AnonymousTwo20-Jul-05 20:55
AnonymousTwo20-Jul-05 20:55 

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.