PDA

View Full Version : question from beginner :)


.netter
01-01-2009, 06:30 AM
Hi,

I want to crack an .exe file which proff if there is a usb dongle plugged in. It's written in .NET and I used .Net Reflector for getting the source code.

This seems to be the cechk-function.

Do anyone have an idea how to crack the .exe-file. The -net reflectr code is not compileable :(

private bool CheckDongleDialog()
{
...
}

I think it's no problem to change the function.

while (1=1) or something like that ...

But how should I start this problem-solving?

Git
01-01-2009, 07:26 AM
There is a specific forum here for .NET Reverse Engineering where you may get more response.

Git

.netter
01-01-2009, 07:54 AM
Ok thx.

Could anyone please transfer this post to the .NET-section!?

UPDATE: I posted it in the .NET-forum.

PS: problem is solved! :)