Jump to content

WatchDogRsrv

Member
  • Posts

    2
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About WatchDogRsrv

WatchDogRsrv's Achievements

0

Reputation

  1. Thanks for the replys. It may not be that big of a deal. I just have to think about this when I built my applications. For instance I am encrypting data on the client to send to the server, its plain to see the keys I use to ecrypting and decrypting the message. To me the big problem is Microsoft is making such a huge deal about Pirating their software but they still allow people that use .Net to have their code read and copied. Just seems kinda strange to allow this. And, from what I have tried and seen, decompiling a C++ app will only give you asm code, which does nothing if you dont know asm. However, decompile a .Net app and you get the exact code, classes and methods that the programmer used...which is a HUGE difference. Thanks again for the replies, have a great week.
  2. Happy Friday everyone, These past few weeks my team and I have been really baffled at why Microsoft allows the things they do pertaining to the .Net framework. I've always asked myself why ,if .Net is so great, hasnt Microsoft written Office or some other major program in it? Well the answer is quiet obvious. Because they made it so darn easy to decompile and read someone elses code. Sure they have that obfuscator, which doesnt work. All it was meant to do was confuse the person trying to look at your code. But if they want it bad enough, they could figure it out..its all there. So write now we are coming up with our own solution. We are encrypting our .dll's and creating a C++ program that launches are app, after decrypting. Its obviously more indepth than this, but it keeps people from looking at it. So my question. Did Microsoft REALLY mean to let this happen? Couldnt they be sued if for instance, Infragistics for example, found out that people were looking right at their code and copying how they dont things without buying the product? What's your opinion. Mine is: I think its the stupidest move ever! Sure its easy, and there might be a reason for it..but WHY? Have a great weekend. WatchDogRsrv
×
×
  • Create New...