Welcome![Sign In][Sign Up]
Location:
Search - registry export

Search list

[Windows Develop241928591289RegisterExport

Description: 实现注册表项的导入与导出-achieve registry import and export
Platform: | Size: 25190 | Author: 黄炜娟 | Hits:

[Disassembly梅花三弄版dezend V1.0

Description:

php开源屠龙刀
梅花三弄dezend v1.1
[color=#FF0000]主要增加对用zendguard 4.01进行加密的dezend支持[/color]该类文件开头格式:
<?php @Zend;
4147;
现改为:首行包含Zend的文件为需dezend文件

*****************************************
梅花三弄dezend v1.0
一、特点:
1.基于"黑刀4.3"作为内核,[color=#FF0000]支持单文件、多文件、整站或多站.样子如大家非常熟悉的flashfxp,[/color]你可拖动鼠标快速选择多个文件或文件夹.
2.[color=#0000FF]重建原目录结构,目录层数不限,判断是否是zend文件,避免重复dezend,非zend文件也copy至相应目录,保持与原站点整体目录结构和文件数量一致[/color],如所有文件dezend成功可直接整站测试.
    针对目录数量多,文件数量多的大站型需dezend来说,本工具是最佳选择.
3.方便快捷,拖动鼠标选定一批目录或文件后从左边拖到右边或从右边拖到左边即可,可视化人性化操作方式(与flashfxp使用方法基本相同);
4.支持带空格目录路径或文件名和长文件名
5.支持定制dos执行参数,并可显示dos执行后的返回信息
6.支持dezend后自动执行一批替换,实现扩展式二次dezend,不用于dezend也是一个强大的批量替换工 具,历遍文件夹把选定的后缀文件进行替换
7.使用内存少,单进程目录历遍,不过速度远比平时上传文件快一些
8.支持中途暂停和继续执行
9.支持任务列表保存和恢复
10.智能记录当前操作目录
11.本软件绿色,下载后可直接使用,运行后仅在桌面生成一个快捷方式,不对其它有操作
12.增加黑刀版的config.ini缺了一批关于mysql的函数名,当然也缺了日期时间方面的,暂没有补上
13.支持鼠标右键菜单的全选、取销全选,建立目录、删除文件或目录(与flashfxp使用方法基本相同)
14. 支持双击打开上级目录、双击本窗口打开目录、支持双击调用相应程序打开文件进行编辑(与flashfxp使用方法基本相同)
二、备注:
1、主要用了"黑刀4.3"作为内核,大家可下载其最新版,并把本压缩包mh_dezend.exe和Change.ini及两个图标放到根目录即可.
2、基于核心程序的原因,整站dezend后不一定能使用,需要一定的修改技术,尤其是对高版本的php的function未能很好的dezend,当然不影响

运行,但可读性差。
3、本版免费使用,无功能限制,一切后果自负
4、本想上传一图片和使用教程和实例的,....感觉上一看即会的,觉得不是很必要,请使用之后帮忙上传
5.这是第一个测试版,可能会有一些错误的,望各位用后提出建议,以进一步改进。

三、自我评价:是dezend的一把最新屠龙刀,当然如黑刀兄弟所说:[color=#FF0000]刀可用来切菜,也可用来杀人,请各自注意合理使用[/color]
四、使用注意事项:
1.可把需dezend的文件复制到程序目录下的"zend文件夹,打开主程序拖到另一目录即可,也可点击A、B目录按钮选取源目录和目标目录,选取目

录后,下次打开将自动定位到这两个目录
2.点击“上级目录”虽然可以改变目标目录或源目录,但不会记下这方法打开的当前目录,下次打开仍以最近一次用点击A、B目录按钮选取源目录和目标目录进行定位.
3.要是你对dos命令执行参数不是很熟悉,用默认设置即可,也可参照一下压缩包内附的使用说明里《执行dos命令解密参数详解》(摘自黑刀4.3版使用说明)

梅花三弄QQ:279491263
************************************************************

====执行dos命令解密参数详解(摘自黑刀4.3版使用说明)====

[{/}|{-}command[:attributes]]

/h or /? help (帮助信息)
/detail{/d} show detail(显示详细源代码和opcode信息,非常有用)
/opcode show opcode(opcode数值)
/oparray show oparray(oparray信息)
/function show all the function(所有内部函数名)
/class show all the class(所有内部类名)
/hash show all known hash table(所有认识的哈希表)
/info log general infomation(default phpinfo.log)(其他一些信息)
/raw{/r} dump raw op code(显示详细原始opcode信息,遇到exception的时候非常有用)
/execute execute the file(default NOT)(运行源文件)
/backup{/b} backup the file with extension .bak if out file exist(替换前备份)
/append{/a} appaned to previous log file(追加日志,默认是替换)
/tick{/t} show tick span(显示时间消耗)
/noexpire ignore file expire(忽略文件是否过期)
/noindent ignore indent(去掉缩进)
/compact dump with compact style[not support yet](暂未使用)
/classic dump with classic style[not support yet](暂未使用)
/bug dump bug statement(显示BUG)
/full set to full mode(暂未使用)
/force{/f} set to force mode(和/i使用时强制导入config文件)
/import{/i} import class and function name[obfuscate name] from config file(程序根据源文件混淆与否决定导入config文件)
/export{/e} export class and function name[obfuscate name] to config file(导出函数名和类名到config文件)
/obfuscate dump obfuscate name and its url encoded name(显示被混淆的名字)
/dic dump obfuscate name dictionary depend on $level(生成混淆名字典,根据level设置字符数范围)
/tab dump with tab prefix(default space)(使用tab缩进,默认使用空格缩进)
/indent:$i dump with indent $i(default 4)(缩进字符数,默认是4)
/stack:$i dump with stack size $i(default 16)(内部堆栈起始字节数,默认16)
/string:$i dump with stack string length $i(default 4096)(内部字符串堆栈字节数,默认4096,如果内存充裕,可以设大)
/level:$i,$j dump with decode level range $i-$j(default 4-1)(混淆相关的字符数范围,用来猜测名字的字符数范围)
/ext:$ext dump to file with file extension $ext(default .de.php)(输出文件扩展名,*表示使用源文件扩展名)
/root:$root dump to $path + ( $source - $root ) if specified /path:$path(截取路径根路径)
/path:$path dump to $path(输出路径)
/file:$file dump to $file(输出文件名)
/config[:$c] override config file by ?[:phpinfo.log])(config文件名,默认是config.ini)
/log[:$name] override log name by $name([: ?])(日志名)
/logtype:$t override log type by $t<file|registry|debug|messagebox>(输出日志方式,文件、注册表、debug字符串、对话框)
/ini[:$ini] override php.ini search path by $ini([:.], if not specified)(php.ini的优先搜索路径,默认是.,即当前目录)

Enviroment string PHP_DECODE_XXX override default setting, see help(命令行参数都有对应的环境变量)
Priority(high->low):
Command line->Enviroment string->default setting(优先权:命令行 高于 环境变量 高于 默认设置)

if $ext set to *, then keep origin file extension
if $path = 'd:\', $root = 'e:\', then 'e:\php\xxx'=>'d:\php\xxx'


 


Platform: | Size: 1062308 | Author: liu3zy | Hits:

[Windows Develop241928591289RegisterExport

Description: 实现注册表项的导入与导出-achieve registry import and export
Platform: | Size: 24576 | Author: 黄炜娟 | Hits:

[Otherzcbjg

Description: 注册表结构 1 HKEY_CLASSES_ROOT根键.htm HKEY_CLASSES_ROOT根键 14K 2 HKEY_CURRENT_CONFIG根键.htm HKEY_CURRENT_CONFIG根键 2K 3 HKEY_CURRENT_USER根键.htm HKEY_CURRENT_USER根键 4 HKEY_LOCAL_MACHINE根键.htm HKEY_LOCAL_MACHINE根键 26K 5 HKEY_USER 根键.htm HKEY_USER 根键 25K 6 编辑注册表的主键与键值.htm 编辑注册表的主键与键值 5K 7 导出与引入注册表.htm 导出与引入注册表 7K 8 注册表的查找与修改.htm 注册表的查找与修改 4K 9 注册表数据结构.htm 注册表数据结构 13K 10 注册表详解.htm 注册表详解 6K 11 注册表由来.htm 注册表由来 -Structure 1 HKEY_CLASSES_ROOT registry root keys. Htm HKEY_CLASSES_ROOT root key 14K 2 HKEY_CURRENT_CONFIG root keys. Htm HKEY_CURRENT_CONFIG root keys 2K 3 HKEY_CURRENT_USER root key. Htm HKEY_CURRENT_USER root key 4 HKEY_LOCAL_MACHINE root key. Htm HKEY_LOCAL_MACHINE root key 26K 5 HKEY_USER root keys. Htm HKEY_USER root 25K 6 editing the registry keys the primary key with the key. htm editing the registry keys the primary key and 5K 7 derived with the introduction of the registry. htm Export 7K 8 with the introduction of the registry to find and modify the registry. htm registry 4K 9 to find and modify registry data structure. htm registry data structure 13K 10 registry explain. htm registry explain the origin of 6K 11 registry. htm registry Origin
Platform: | Size: 472064 | Author: xy | Hits:

[OS programruanjian

Description: 本程序实现了从主机的注册表中导出所有的软件信息-Realize this process from the host to export the registry information of all software
Platform: | Size: 1739776 | Author: 李力 | Hits:

[Windows DevelopCommonFunction

Description: 功能描述 1、获取机器硬件信息。 2、将数据导出Excel,真接写二进制数据,速度极快。 3、对注册表的操作。 4、数据库操作。 另外,本人还有一个后台管理系统(采用C#),主要针对MIS系统。主要集 成了以下几个模块: 1、组织结构管理。 2、员工管理。 3、流水号管理。 4、权限管理等。 此系统避免了我们在做项目时,重复开发相同的模块。 提高了开发速度。也避免了因程序员的水平、经验不足而做出有缺陷、 性能不高的系统。-Functional Description 1, access to the machine hardware information. 2, data export Excel, I then write the binary data, extremely fast. 3, on the registry s operation. 4, database operations. In addition, I have a background management system (using C#), The main system for MIS. Integrates the following main modules: 1, the organizational structure of management. 2, staff management. 3, serial number management. 4, permissions management. This system avoids the projects we are doing, to repeat the development of the same module. Improve the development speed. Also avoid the programmer level, lack of experience made defective, not high performance systems.
Platform: | Size: 77824 | Author: clt | Hits:

[Otherregistryasxml_src

Description: Registry xml export utilty
Platform: | Size: 90112 | Author: adnan562 | Hits:

[Windows DevelopRegisterExport

Description: VC6.0 导入导出注册表,填写要导出的注册表项,如:HKEY_CURRENT_USER\Software\Adobe,可以导出注册表;同时还可以导入注册表-VC6.0 Import Export Registry, fill out the registry key to export, such as: HKEY_CURRENT_USER \ Software \ Adobe, the registry can be exported can also import registry
Platform: | Size: 24576 | Author: 单单 | Hits:

[OtherWinCEzcbbj

Description: WinCE注册表比较:最初用于两个WinCE注册表的对比。其实可用于任何由regedit.exe导出的reg文件的比较。-WinCE registry comparison: the original for comparison of the two WinCE registry. In fact, can be used to export any of the reg file regedit.exe comparison.
Platform: | Size: 2048 | Author: tsinghua | Hits:

[JSP/JavaJava_zinengka_youhua

Description: 针对复杂的传统Java智能卡指令解析问题,结合Applet的部署特点,提出了指令预解析的概念 给出了转换后的Applet文件(CAP,Converted Applet file)中导入组件、常数池和导出组件的预解析优化存储结构及包注册表结构,使用定长存储结构替代原有的变长存储结构以加快查找过程,引入了导出组件辅助索引表以加快外包类的解析过程 设计了基于优化后组件的静态域、静态方法和类访问字节码指令的快速解析流程,将解析算法的时间复杂度降为常数阶 在Applet下载过程中通过预解析来生成优化后的组件存储结构,在执行过程中依据快速解析流程来完成静态域、静态方法和类对象的快速访问,从而缩短了Applet运行时的解析时间.测试结果表明,在不改变标准Applet下载、运行流程的情况下,该方法有效地减少了卡内存储器的访问次数,缩短了解析算法的执行时间,提高了Applet执行的整体性能. -For a complex of traditional Java smart card command parsing problems with the Applet deployment characteristics of proposed pre-analytic concept of instruction gives converted Applet file (CAP, Converted Applet file) to import components and export components of constant pool pre-analytical optimization of storage structure and package the registry structure, and the use of fixed-length storage structure replaced the original variable-length storage structure to speed up the search process, the introduction of secondary index table to export components to speed up the resolution process outsourcing category designed based on optimization After the components of the static fields, static methods and class byte code instructions to access the rapid resolution processes, analytical methods will be reduced to constant time complexity order in Applet download process through pre-parsing to generate the optimized storage structure components , in the implementation process based on rapid
Platform: | Size: 202752 | Author: 刘杰 | Hits:

[GUI DevelopExportReg

Description: 通过执行系统可执行文件命令来导出导入注册表-Executable file by executing the system command to export into the registry
Platform: | Size: 5179392 | Author: sammy | Hits:

[MiddleWareSimpleRegisterClass

Description: 此类是用于注册表导入导出的,简单易于使用,是初级编程人员对注册表有所了解的很好方法。-Such is the import and export for the registry, simple and easy to use, the junior programmers understand well the registry method.
Platform: | Size: 2048 | Author: yuan | Hits:

[OS program345

Description: 导出和还原服务注册表.有需要的看看吧-Export and restore registry services
Platform: | Size: 5120 | Author: dsds | Hits:

[OS programRegisterView

Description: VC++使用三态树技巧实现多个注册表子键的选择及浏览功能,可以配合 CRegisterExport 类将选择的注册表项导出-VC++ skills with multiple tri-state tree, the choice of the registry sub keys and browse features to meet the CRegisterExport class will choose to export the registry key
Platform: | Size: 25600 | Author: | Hits:

[OS programRegisterExport

Description: 一个操作注册表的操作类,可直接导入.reg文件到注册表中,并且也可导出注册表-Operation of the registry a class action, can be directly imported. Reg file to the registry, and can also export registry
Platform: | Size: 3072 | Author: aban | Hits:

[WEB Code09JB03_BookManagement

Description: 1.新增读者信息(读者照片上传) 2.以分页形式展示所有读者简略信息,并可以查阅读者信息详情 3.修改读者信息 4.删除指定的读者记录,支持批量删除。 5.根据关键字组合(读者名称、读者性别、读者所在专业)进行过滤筛选,可以将查询后的结果导出Excel文件。 6.进行系统登录,在登录过程中可以选择使用系统提供的密码记忆功能。-1 new readers information (reader photo upload) 2 page form to display brief information for all readers, and readers can access information more 3. Modify the reader information 4. Delete the specified record readers to support bulk delete. 5, according to keyword combinations (the reader name, gender reader, the reader where the professional) to filter screening, you can export the results of the inquiry Excel file. 6 to the system registry, during the login process can choose to use the password provided by the system memory.
Platform: | Size: 1389568 | Author: 红梅 | Hits:

[CSharpc-Sharp-the-xml-address-book

Description: 主要功能是:备份、还原、导出联系人、修改密码、设置密码、密码和文件注册表保存、联系人添加、修改和删除-The main functions are: backup, restore, export contacts, change passwords, set password, passwords, and documents registry save contacts to add, modify and delete
Platform: | Size: 178176 | Author: cheng | Hits:

[e-language5

Description: 易语言调用API导入导出注册项源码,很不错的易语言源码,适合易语言爱好者学习。-Easy language to call the API import and export registry entries source, very good source of easy language, suitable for easy language enthusiasts to learn.
Platform: | Size: 4096 | Author: | Hits:

[Shell apiAutomatic-setting-network

Description: 此批处理可自动生成配置信息,并智能识别有效的配置信息进行过相应网卡信息配置,结合“导出网络配置.bat”批处理使用可方便的进行网络信息的备份及修改 :: 本批处理适用于网络维护人员进行网络配置信息的备份与恢复,同时也是极佳的批处理学习参考代码,其中涉及字符串切割、文件读取及行数判断、注册表修改、生成可变参量等技术,为批处理编程人员及初学爱好者提供良好的参考-This batch can automatically generate configuration information, and intelligent identification configuration information through the appropriate network card information to configure, combined with the " export network configuration. Bat" batch convenient backup and modify network information :: this batch apply backup and restore the network configuration information, network maintenance personnel, is also an excellent batch learning reference code, which involve strings cut, file read and the number of rows to determine the registry modification generating technologies such as variable parameters, in order to batch programming and novice enthusiasts to provide a good reference
Platform: | Size: 3072 | Author: xinke57 | Hits:

[TreeViewregedit

Description: 注册表的管理系统,可以添加,修改,删除,导入,导出各种功能-Registry management system, you can add, modify, delete, import, export various functions
Platform: | Size: 1042432 | Author: 廖红海 | Hits:
« 12 »

CodeBus www.codebus.net