Welcome![Sign In][Sign Up]
Location:
Search - exet

Search list

[Hook apiMenuToChinese

Description: 利用钩子函数轻松实现应用程序的汉化 :MenuToChineseHook 运行环境:Win 2000/XP;Microsoft Visual C++ 6.0 注意事项: 本程序在Windows2000或XP下均可运行, 共4个文件: MenuToChinese.exe //汉化主程序,首先运行它 MenuToChineseHook.lib //钩子函数的链接库 MenuToChineseHook.dll DemoToChinese.exe //用于汉化的示例程序 把这4个程序放在同一个目录下 注:源程序中没有Debug目录,如要运行需要重新编译 生成MenuToChineseHook.dll、MenuToChinese.exe,并 把DemoToChinese.exet和MenuToChineseHook.dll拷贝 到MenuToChinese.exe所在目录。 -use easily hook function of the finished application : MenuToChineseHook runtime environment : Win 2000/XP; Microsoft Visual C 6.0 Note : this program in Windows 2000 or XP can run, a total of four documents : MenuToChinese.exe / / Chinese localization program, the first run it MenuToChineseHook.lib / / hook function libraries MenuToChineseHook.dll DemoToChinese.exe / / examples of the effort for this procedure on the four procedures with a directory bet : no Debug source directory, such as the need to recompile operation generated MenuToChineseHook.dll, MenuToChinese. exe, and DemoToChinese.exet and MenuToChineseHook.dll MenuToChinese.exe copy of the directory.
Platform: | Size: 104791 | Author: 冯金建 | Hits:

[OtherTwoMain

Description: 自解密的加密程序的制作,是为了保证自己的数据不被别人非法地窃取,有必要对数据文件进行适当地加密。本程序采取一定的算法,对密码和数据进行加密,生成一个自解密的EXE文件。这个自解密文件是由两部分组成的。第一部分为可执行代码部分,其作用是对密码进行判断,对数据进行解密;后一部分是被加过密的密码和数据。    本程序分两个模块进行编写。第一个是main.c,它是用来进行加密,产生EXE文件的;第二个是main2.c,它是用来解密的。分别对它们进行编译生成main.exe和main2.exe,再对其进行合并即可。    合并方法如下:    COPY /B main.EXE+main2.EXE Key.EXE(注意main.EXET和main2.EXE的顺序)    使用时请按下列格式键入。    Key〈欲加密文件〉〈产生后的EXE文件名〉    按提示输入密码后将生成指定的可执行文件。解密时运行这个可执行文件。输入密码后(若输入三次都不正确,将退出解密程序),即把原文件内容还原到你指定的文件中。解密程序格式如下。 可执行文件名 (filename) 第一个源代码文件 main.c 第二个源代码文件main2.c 上述程序在TC2.0集成环境里通过 -since declassified encryption program production, in order to ensure that their data is not illegal to steal other people, it is necessary to conduct appropriate data file is encrypted. This program will adopt the algorithm, the passwords and data encryption, generating an EXE from the declassified documents. Since this document was declassified by the two components. The first part of the executable code, and its role is to password judgment, the data decryption; The latter part is additionally dense passwords and data. The procedure for the preparation of two modules. The first one is main.c, it is used for encryption, generated EXE file; The second is main2.c. it is used declassified. They were compiled and main2.exe main.exe generation, and its merger can be. The merger is as follows :
Platform: | Size: 1635 | Author: wwwwppp | Hits:

[Hook apiMenuToChinese

Description: 利用钩子函数轻松实现应用程序的汉化 :MenuToChineseHook 运行环境:Win 2000/XP;Microsoft Visual C++ 6.0 注意事项: 本程序在Windows2000或XP下均可运行, 共4个文件: MenuToChinese.exe //汉化主程序,首先运行它 MenuToChineseHook.lib //钩子函数的链接库 MenuToChineseHook.dll DemoToChinese.exe //用于汉化的示例程序 把这4个程序放在同一个目录下 注:源程序中没有Debug目录,如要运行需要重新编译 生成MenuToChineseHook.dll、MenuToChinese.exe,并 把DemoToChinese.exet和MenuToChineseHook.dll拷贝 到MenuToChinese.exe所在目录。 -use easily hook function of the finished application : MenuToChineseHook runtime environment : Win 2000/XP; Microsoft Visual C 6.0 Note : this program in Windows 2000 or XP can run, a total of four documents : MenuToChinese.exe// Chinese localization program, the first run it MenuToChineseHook.lib// hook function libraries MenuToChineseHook.dll DemoToChinese.exe// examples of the effort for this procedure on the four procedures with a directory bet : no Debug source directory, such as the need to recompile operation generated MenuToChineseHook.dll, MenuToChinese. exe, and DemoToChinese.exet and MenuToChineseHook.dll MenuToChinese.exe copy of the directory.
Platform: | Size: 104448 | Author: 冯金建 | Hits:

[OtherTwoMain

Description: 自解密的加密程序的制作,是为了保证自己的数据不被别人非法地窃取,有必要对数据文件进行适当地加密。本程序采取一定的算法,对密码和数据进行加密,生成一个自解密的EXE文件。这个自解密文件是由两部分组成的。第一部分为可执行代码部分,其作用是对密码进行判断,对数据进行解密;后一部分是被加过密的密码和数据。    本程序分两个模块进行编写。第一个是main.c,它是用来进行加密,产生EXE文件的;第二个是main2.c,它是用来解密的。分别对它们进行编译生成main.exe和main2.exe,再对其进行合并即可。    合并方法如下:    COPY /B main.EXE+main2.EXE Key.EXE(注意main.EXET和main2.EXE的顺序)    使用时请按下列格式键入。    Key〈欲加密文件〉〈产生后的EXE文件名〉    按提示输入密码后将生成指定的可执行文件。解密时运行这个可执行文件。输入密码后(若输入三次都不正确,将退出解密程序),即把原文件内容还原到你指定的文件中。解密程序格式如下。 可执行文件名 (filename) 第一个源代码文件 main.c 第二个源代码文件main2.c 上述程序在TC2.0集成环境里通过 -since declassified encryption program production, in order to ensure that their data is not illegal to steal other people, it is necessary to conduct appropriate data file is encrypted. This program will adopt the algorithm, the passwords and data encryption, generating an EXE from the declassified documents. Since this document was declassified by the two components. The first part of the executable code, and its role is to password judgment, the data decryption; The latter part is additionally dense passwords and data. The procedure for the preparation of two modules. The first one is main.c, it is used for encryption, generated EXE file; The second is main2.c. it is used declassified. They were compiled and main2.exe main.exe generation, and its merger can be. The merger is as follows :
Platform: | Size: 1024 | Author: wwwwppp | Hits:

[ELanguageexetoc_src_20050524

Description: 将exe等可执行文件转化成c程序的反编译程序,先到汇编再到c-convert exe to c, this program is from the others
Platform: | Size: 756736 | Author: zyh | Hits:

[JSP/Javastruts-2.3.4.1-all

Description: struts 2.0最新完整Lib,包含对其部分讲解。同时含有jtree exet等控件所需lib-This is a new lib about sturts2.0.
Platform: | Size: 63499264 | Author: jack | Hits:

CodeBus www.codebus.net