Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Protecting a file
#1
Hi there, this time I have a more complex question <!-- sBig Grin --><img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt="Big Grin" title="Very Happy" /><!-- sBig Grin --> .
I need to protect my application. If anyone could explain me how I can avoid external manipulation of my app (I'd need a whitelist, though). This is really important! <!-- s:| --><img src="{SMILIES_PATH}/icon_neutral.gif" alt=":|" title="Neutral" /><!-- s:| -->

Thanks in advance

Edit: The best thing I can think is something that completely blocks manipulation like injecting a dll to the .exe and then a simple blacklist.
#2
Do you want to write a code that will protect you or do you want an encryption so you can't de-compile your program by other people?
Website: <!-- m --><a class="postlink" href="http://www.PBAProductions.com">http://www.PBAProductions.com</a><!-- m -->
E-Mail: <!-- e --><a href="mailtoTongueatrick@AriSystems.Org">Patrick@AriSystems.Org</a><!-- e -->
Skype: Qwaxer
Youtube: Qwaxer
[Image: 2hnx8av.jpg]
#3
I want to protect the application. So it can't be injected any dll to the app.

Edit: Forgot to mention that I don't have the source code of the executable which I'm trying to protect. So what I need is kind of importing the exe and making a new one.
#4
As far as injecting goes for a desktop application, I am pretty sure that it's not that big of a problem. Now if you were developing a web application, or something that constantly relays with a SQL server of some sort, then this would be of top priority.

A quick Google search on the topic turned up with close to no results. I really don't think you're at that much of a risk for .dll injection.

However, anyone can decompile a program if it has no encryption or obfuscation on it, but I don't think that's what you're looking for.
My Blog | My Setup | My Videos | Have a wonderful day.
#5
I'm trying to.protect a game exeutable. So.i needtoimport it an generate anew file from it which is protected againts injection


Possibly Related Threads…
Thread Author Replies Views Last Post
  Help with PCX file. Worf 2 13,990 10-15-2014, 10:41 AM
Last Post: Worf
  Reading XML file Covert2String 5 19,382 04-30-2012, 06:01 PM
Last Post: brandonio21
  Create a new file Covert2String 5 18,641 04-11-2012, 02:47 PM
Last Post: brandonio21
  Apply a diff file to another file Covert2String 8 27,175 04-09-2012, 03:21 PM
Last Post: Covert2String

Forum Jump:


Users browsing this thread: 1 Guest(s)