Welcome![Sign In][Sign Up]
Location:
Search - 2.4 T

Search list

[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:

[OtherCAUSA

Description: CAUSA: 基于密码子-氨基酸联合序列比对构建高精确度分子进化树 生物信息学、基因组学(包括功能基因组学和比较基因组学)的主要目的是研究生物基因、蛋白和基因组的结构和功能,并重构生物基因、蛋白和基因组的进化历史。多序列比对(multiple sequence alignment, MSA)是DNA和蛋白质分子进化分析、以及结构与功能研究的基本工具。目前多序列比对已经有很多方法,如clustalw, MUSCLE, MAFFT, T-Coffee, PRANK,等等,但序列比对依然容易产生系统性偏差,导致进化分析错误,甚至造成基因、蛋白和基因组结构和功能信息的误读。 一直以来,DNA和蛋白序列比对是分开进行的。学者们认为与蛋白质序列相比,相应的DNA序列中系统发育信号消失的速度更快。因此一般在氨基酸序列水平进行比对和进化分析。近年来,最新研究表明用基于密码子的多序列比对(codon alignment, CA)能够构建更准确的分子进化树。但CA算法计算复杂度非常大,速度很慢,而且我们分析表明其错误率依然很大。 最近,我们提出了一种新的多序列比对和进化分析算法:密码子-氨基酸联合序列比对(Codon and amino acid unified sequence alignment, CAUSA)算法,将DNA和蛋白质序列组合成为“密码子-氨基酸联合序列”(Codon and amino acid unified sequences),并将其用于序列比对和进化分析。理论分析和实例证明,与通常的仅用核酸或蛋白序列的方法相比,CAUSA算法通过整合和挖掘分别埋藏在DNA和蛋白质序列中的信息,提高了多序列比对的准确度,比CA更加准确,避免了在系统发育分析中普遍发生的错误,而且计算速度大大加快。 CAUSA软件,最初被称为DNA+Pro (最新版本1.16),免费下载使用:
Platform: | Size: 65454 | Author: ouqd@hotmail.com | Hits:

[PHPCapcha

Description: he reCAPTCHA PHP Library provides a simple way to place a CAPTCHA on your PHP website, helping you stop bots from abusing it. The library wraps the reCAPTCHA API. To use reCAPTCHA with PHP, you can download reCAPTCHA PHP library. You will only need one file from there (recaptchalib.php). The other files are examples, readme and legal stuff -- they don't affect functionality.
Platform: | Size: 6037 | Author: maximusextreme64@aim.com | Hits:

[Windows DevelopITU-T G.729 Source code

Description: ITU-T G.729 Annex B ANSI-C Source Code Version 1.4 Last modified: November, 2000 */ TITLE ----- Fixed-point description of Recommendat-ITU-T G.729 Annex B ANSI-C Source Code Version 1.4 Last modified: November, 2000*/ TITLE----- Fixed-point description of Recommendat
Platform: | Size: 100352 | Author: 余强 | Hits:

[SCM12864-4-11

Description: LCD12864,T6963控制器的C源程序-LCD12864, T6963 controller C source
Platform: | Size: 2048 | Author: 倪其昌 | Hits:

[Internet-Networkjava抓包

Description: 这是一个用java编写的网络抓包程序,主要是通过windows的接口函数来捕获数据包,并进行简单的分析-This is a java with the preparation of procedures for capturing Packet networks, mainly through the windows of the interface functions to capture data packets, and a simple analysis
Platform: | Size: 412672 | Author: 王博 | Hits:

[Web Serverwebapps

Description: this is a test. t his a test.-this is a test. t his a test.
Platform: | Size: 13123584 | Author: qizhan | Hits:

[Otherjflowanalyzer

Description: 关于NETFLOW信息分析的软件。 is a netflow analyzer. It uses MySQL database to store accounting information. Filters, used in the JFlowAnalyzer, allows very flexible classificate any kind of traffic and store it in the differend fields in database-on NETFLOW information analysis software. Is a netflow analyzer. It uses MySQL database to store accounting information. Filters, used in the JFlowAnalyzer. allows very flexible classificate any kind of t raffic and store it in the fields in da differend tabase
Platform: | Size: 1680384 | Author: 秦宗全 | Hits:

[WEB Codejforum.T.2007.2.16

Description: Jforum 2.1.7 简单中文源代码(www,trydone.com修改版)-Jforum simple Chinese 2.1.7 source code (www. trydone.com revised version)
Platform: | Size: 15381504 | Author: pinke | Hits:

[Post-TeleCom sofeware systemsvts-3.4.7-source

Description: VTS(VisuaI Test Shelf) V3.4.7的源代码。VTS是美国国家联邦实验室N.I.S.T.所开发的BACnet协议下的报文的测试工具。BACnet(A Data Communication Protocol for Building Automation and Control Network)是由美国采暖、制冷和空调工程师协会制定的开放楼宇自动控制网络数据通信协议。-VTS (Visual Test Shelf) V3.4.7 source. VTS of the United States federal laboratories N.I.S.T. BACnet developed by the newspaper under the agreement text test tools. BACnet (A Data Communication Protocol for Buil ding Automation and Control Network) by the American Society of Heating, Refrigeration and Air-Conditioning Engineers developed the opening of Building Automation and Control network data communication protocol.
Platform: | Size: 7452672 | Author: Frank Hsu | Hits:

[Windows Developlibjingle-0.4.0

Description: libjingle is a collection of open-source C++ code and sample applications that enables you to build a peer-to-peer application. The code handles creating a network connection (through NAT and firewall devices, relay servers, and proxies), negotiating session details (codecs, formats, etc.), and exchanging data. It also provides helper tasks such as parsing XML, and handling network proxies. You could build the following programs with libjingle: * A multi-user voice chat application * A multi-user video conferencing application * A multi-user live music streaming application * A peer-to-peer file sharing application -libjingle is a collection of open-source C code and sample applications that enables you t o build a peer-to-peer application. The code ha ndles creating a network connection (through N AT and firewall devices, relay servers. and proxies). negotiating session details (codecs, formats, etc.) , and exchanging data. It also provides helper ta Risks such as parsing XML. and handling network proxies. You could not build he following programs with libjingle :* A multi-user voice chat application* A multi- user video conferencing application* A multi- user live music streaming application* A peer- to-peer file sharing application
Platform: | Size: 1244160 | Author: peica | Hits:

[Embeded Linux4.1_memory_test

Description: memory_test Memory Read/Write Access Test Memory read base Address : 0xc010000 Memory write base Address : 0xc02-memory_test Memory Read/Write Access Tes t read base Memory Address : Memory write 0xc010000 base Address : 0xc02
Platform: | Size: 7168 | Author: zhang | Hits:

[Embeded Linux4.3_int_test

Description: Embest Arm EduKit II Evaluation Board External Interrupt Test Example Please Select the trigger: 1 - Falling trigger 2 - Rising trigger 3 - Both Edge trigger 4 - Low level trigger 5 - High level trigger any key to exit... Press the buttons push buttons may have glitch noise problem EINT6 had been occured... LED1 (D1204) on-Embest Arm EduKit II Evaluation Board Exte rnal Interrupt Test Example Please Select the t rigger : 1-Falling trigger 2-Rising trigger 3-Both Edg e trigger 4-Low level trigger 5-High level trig ger any key to exit Press ... but push the buttons tons may have glitch noise problem EINT6 had bee n occurred ... LED1 (D1204) on
Platform: | Size: 5120 | Author: zhang | Hits:

[WEB Codetab-view

Description: TAB,JSP TAB实例,作为初学者研究比较实用,尽管比较简单但是有些设计理念值得学习-TAB, JSP TAB example, as a study of more practical for beginners, despite the relatively simple but there are some design concepts worth learning
Platform: | Size: 12288 | Author: xinsoft | Hits:

[Driver DevelopExcpHookMonitor_0.0.4

Description: ExcpHook is an open source (see license.txt) Exception Monitor for Windows made by Gynvael Coldwind (of Team Vexillium). t uses a ring0 driver to hook KiExceptionDispatch procedure to detect the exceptions, and then shows information about the exception on stdout (using the ring3 part of the program ofc). The difference between this method, and the standard debug API method it that this method monitores all of XP processes, and the program does not have to attach to any other process to monitor it, hence it s harder to detect. The code currently is considered as ALPHA, and it has been reported to BSoD sometimes (on multi core/cpu machines). Take Care!
Platform: | Size: 53248 | Author: 张京 | Hits:

[Driver Developntfs-3g-2009.4.4

Description: he NTFS-3G driver is a freely and commercially available and supported read/write NTFS driver for Linux, Mac OS X, FreeBSD, NetBSD, OpenSolaris, QNX, Haiku, and other operating systems. It provides safe and fast handling of the Windows XP, Windows Server 2003, Windows 2000, Windows Vista, Windows Server 2008 and Windows 7 file systems.
Platform: | Size: 712704 | Author: roy | Hits:

[SCMsource

Description: TVP5150驱动统宝2.4寸TFT屏,用c语言编写-TVP5150 drive 2.4-inch TFT screen TPO
Platform: | Size: 3072 | Author: 陈幽云 | Hits:

[androidT-tracking_Ver0.1

Description: 1、基于深度摄像机的手势跟踪、手势识别、轮廓识别、运动目标坐标输出代码 2、基于Primesense公司深度图 3、技术涉及复杂图形学算法,感兴趣的朋友,希望你们能发展中国自己的识别技术发展。 4、能够运行于Window,Linux,Android系统,全球第一个能够运用Android系统深度摄像的手势跟踪实现代码。 5、有部分OpenCV函数被简化。 6、代码的思路和细节已经有发明专利保护,拒绝完全抄袭,希望在此基础上大家创新-1, the depth of the camera based gesture tracking, gesture recognition, contour detection, moving target coordinates of the output code 2, the company based on the depth chart Primesense 3, the technique involves complex graphics algorithms, and interested friends, I hope you can identify the development of China s own technology. 4, able to run on Window, Linux, Android system, the world s first camera to use Android depth of the hand tracking system implementation code. 5, some OpenCV function is simplified. 6, code ideas and details have patent protection, refused to completely copy the hope that on this basis, we Innovation
Platform: | Size: 539648 | Author: 刘纹高 | Hits:

[SCM2.4-TFTLCD-MSP430

Description: MSP430单片机+2.4寸TFT液晶驱动程序+触摸屏;ADS7843触摸屏控制芯片,OTM3225 TFT控制器芯片。-MSP430 MCU+2.4 inch TFT LCD touch screen driver+ ADS7843 touch screen controller chip, OTM3225 TFT controller chip.
Platform: | Size: 34816 | Author: 李富强 | Hits:

[Othercppfrance_JEU-TAQUIN___Page-(2)

Description: jeu de taquin:Le taquin est un jeu solitaire en forme d amier créé vers 18701 aux É tats-Unis. Sa théorie mathématique a été publiée par l American Journal of mathematics pure and applied2 en 1879. En 1891, son invention fut revendiquée par Sam Loyd3, au moment où le jeu connaissait un engouement considérable, tant aux É tats-Unis qu en Europe. Il est composé de 15 petits carreaux numérotés de 1 à 15 qui glissent dans un cadre prévu pour 16. Il consiste à remettre dans l ordre les 15 carreaux à partir d une configuration initiale quelconque. Le principe a été étendu à toutes sortes d autres jeux. La plupart sont à base de blocs rectangulaires plutô t que carrés, mais le but est toujours de disposer les blocs d une faç on déterminée par un nombre minimal de mouvements. Le Rubik s Cube est aujourd hui considéré comme l un des « descendants » du taquin-jeu de taquin:Le taquin est un jeu solitaire en forme de damier créé vers 18701 aux É tats-Unis. Sa théorie mathématique a été publiée par l American Journal of mathematics pure and applied2 en 1879. En 1891, son invention fut revendiquée par Sam Loyd3, au moment où le jeu connaissait un engouement considérable, tant aux É tats-Unis qu en Europe. Il est composé de 15 petits carreaux numérotés de 1 à 15 qui glissent dans un cadre prévu pour 16. Il consiste à remettre dans l ordre les 15 carreaux à partir d une configuration initiale quelconque. Le principe a été étendu à toutes sortes d autres jeux. La plupart sont à base de blocs rectangulaires plutô t que carrés, mais le but est toujours de disposer les blocs d une faç on déterminée par un nombre minimal de mouvements. Le Rubik s Cube est aujourd hui considéré comme l un des « descendants » du taquin
Platform: | Size: 6144 | Author: nawal | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net