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
D

Demasoni

@Demasoni
About
Posts
4
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • is there any way to create a new Process from a Stream? [modified]
    D Demasoni

    alternative for this:

    MemoryStream ms = new MemoryStream();
    ms.Write("one exe file");
    Process.Start(ms);

    :)) i have an encoded exe, i want to decode it on memorystream and then run it, so nobody can see original exe file! so i can not use a temp file on HDD! other way?

    modified on Tuesday, September 8, 2009 10:06 AM

    C# question

  • reading cd image
    D Demasoni

    i am writing a video player in c# and i want to add a image drive to it, so my program can read from .iso files. but i can not find a code for reading .iso file in C#!

    C# csharp

  • how to wrapping software
    D Demasoni

    hi i make a game and i want to publish it, but i dont want to anyone can know what game engine i use in it easyly! my resource is .jpg image and ... and i dont want to anyone can grab those. i want a wrapper that convert my game files and folders to single .EXE file that be runable without any footmark. so others can not understand what is behind it. what software i must use for it?

    C# question game-dev tutorial learning

  • CD Image in C# [modified]
    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

    C# csharp game-dev security help learning
  • Login

  • Don't have an account? Register

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