Results 1 to 3 of 3

Thread: I really could use some help protecting my source code...

  1. #1

    Thread Starter
    Addicted Member Daniel_Christie's Avatar
    Join Date
    Jan 2000
    Location
    USA
    Posts
    245
    Does anyone have some source or suggestions that I can use to protect my source code from being decompiled? I need to protect my source code from prying eyes before I can hand my program out.

    If it helps, I am coding in VB 5.0 Enterprise Edition
    I appreciate all your time and effort,
    Daniel christie

  2. #2
    Guest
    are you compiling to p-code, or native code?
    look in the project properties..
    I dont know the difference, but I think native code is safer.
    and there is no protection...
    anyone can use a program like softice(by numega) to decompile into ASM code, I dont think its possible to decompile into VB code....

  3. #3
    Hyperactive Member
    Join Date
    Nov 1999
    Posts
    363
    Dennis is right. Native code is safer. In terms of decompiling to something like vb or c, it can't be done right now. In terms of disassembling, someone can read the source but they'd have to know ASM and the effort would be tremendous. With assembly language, a little program like "hello world" becomes a 63-line program because assembly's at such a low level.
    Wade

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width