保护对象程序的问题 [英] Problem in securing object program

查看:43
本文介绍了保护对象程序的问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

先生,我已经使用开源IDE为对象程序构建了一个源程序,并且已成功创建了带有.exe扩展名的程序。但是当我使用免费源代码编辑器(记事本++)编辑该.exe文件时能够在我的源程序中的printf函数中查看目标程序中的所有语句。这使我的目标程序成为了解和猜测我所做的事情的一个简单的牺牲品。这降低了我的程序的安全性。有什么方法可以解决它。如果有任何请帮助我。

Sir,I have builded a source program to object program by using an open source IDE and my program with .exe extension has been created successfully.But when I edited that .exe file with a free source code editor(notepad++) I can able to see all my statements in the object program which has been entered in the printf function in my source program.This makes my object program an easy prey for knowing and guessing what I have done.This reduces the security of my program.Is there any way to solve it.If any kindly please help me.

推荐答案

无论你是否有纯文本字符串,你的程序总是可以逆向工程您的程序或者如果您尝试智能并以某种方式对这些文本进行编码。

根据您在高效环境中的实际要求,您可以添加各种级别的保护,以避免任何人访问您的程序所有。其中大多数是组织方式,只有授权人员可以访问运行程序的计算机等。

问候

Andi
Your program can always be reverse-engineered, no matter if you have the plain text strings in your program or if you try to be "smart" and encode these texts somehow.
Depending on your real requirements in a productive environment, you may add various levels of protection to avoid anyone to access your program at all. Most of them are organizational means like only authorized personnel having access to the computers where your program is running, etc.
Regards
Andi


这篇关于保护对象程序的问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆