Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. CD Image in C# [modified]

CD Image in C# [modified]

Scheduled Pinned Locked Moved C#
csharpgame-devsecurityhelplearning
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    Demasoni
    wrote on last edited by
    #1

    hi i want to execute a file in a CD image (iso, nrg, ...) image format is not matter! i want to convert several file of a software to a single file (image) and write an extra program in C# that run the program in image! so others can not see my software components! plz help me if you can wrap software components(dll,image,audio,...) in anyway that anyone can not see thats component easyly when use the software. Additional expand i am writing a game, i dont want to anyone can grab my game image & audio & ... but my game engine can not support encryption! so i want to wrap my game with all its resource!

    modified on Sunday, March 1, 2009 4:36 PM

    L H 2 Replies Last reply
    0
    • D Demasoni

      hi i want to execute a file in a CD image (iso, nrg, ...) image format is not matter! i want to convert several file of a software to a single file (image) and write an extra program in C# that run the program in image! so others can not see my software components! plz help me if you can wrap software components(dll,image,audio,...) in anyway that anyone can not see thats component easyly when use the software. Additional expand i am writing a game, i dont want to anyone can grab my game image & audio & ... but my game engine can not support encryption! so i want to wrap my game with all its resource!

      modified on Sunday, March 1, 2009 4:36 PM

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      Making it a common CD image format seems like a bad way to protect anything. Why are you worried about users seeing the components anyway? If they want to use it, they don't want to break it.. (and even if they do, it's their problem) An easy way to "hide" the components would be to zip them together and give it an other extension (say, .dat), regular users wouldn't mess with it and that sounds precisely like what you want. You could use #ZipLib[^] for this, it's free (and the license is friendly).

      1 Reply Last reply
      0
      • D Demasoni

        hi i want to execute a file in a CD image (iso, nrg, ...) image format is not matter! i want to convert several file of a software to a single file (image) and write an extra program in C# that run the program in image! so others can not see my software components! plz help me if you can wrap software components(dll,image,audio,...) in anyway that anyone can not see thats component easyly when use the software. Additional expand i am writing a game, i dont want to anyone can grab my game image & audio & ... but my game engine can not support encryption! so i want to wrap my game with all its resource!

        modified on Sunday, March 1, 2009 4:36 PM

        H Offline
        H Offline
        Henry Minute
        wrote on last edited by
        #3

        See Harolds response. Also google for '.NET obfuscator'. Obfuscators mess with the code, don't worry it still runs, in a way that makes it difficult for others to read. Which is sort of what you want to achieve.

        Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups