存档

‘Computer’ 分类的存档

琢磨SSreader偶有所得

2009年12月12日 1 条评论

近期琢磨SSreader,包括其下载过程和整个相关参数的解码过程。
刚刚突然灵感出现,将所有已知的线索串联了起来。
我想我知道老鹰版ssreader为什么即使是能看不能下的书能下到300dpi的没加密的pdg了。无外乎利用超星服务器或者说超星软件在整个沟通过程中的一个很大漏洞,去绕掉下载限制,去下载能看不能下的书,至于没加密,那就更简单了,加密时在本地,回避即可。至于300dpi,也是利用前面那个漏洞,因为超星阅读器实际上在服务器有300dpi的时候,阅读时看到的是300dpi,但是下回来的是快速版。所以绕掉了下载限制也就绕掉了300dpi。

所以总之一句话:老鹰版ssreader并没那么神秘。

自己在原版ssreader上测试了下,的确如是。~

分类: Computer 标签: , , ,

因不可抗原因,博客之前暂停服务半周,现恢复

2009年12月9日 没有评论

RT

不可抗原因导致博客主机的所在机房被封,停止运营。

现转移机房后恢复~

分类: Computer 标签:

BoxedAppSdk 2.1.0.16 cracked(X64 INC)

2009年11月2日 3 条评论

BoxedAppSdk 2.1.0.16破解,带X64版本。

链接——>   猛击下载

What is BoxedApp SDK?

BoxedApp SDK is a developer library that provides a set of functions for emulating a file system and a system registry for an application. Using these functions, you can create virtual files, fake registry entries, keys and values.

32-bit and x64 are supported.

Why and when is it useful?

  • When an application must run properly even if it doesn’t have the right to write to the system registry and to the file system
  • When an application uses DLL and files, which are to be kept secure, and because of that you can’t save them to disk
  • When an application needs ActiveX but doesn’t have an installer because it must run instantly, without the installation (for example, when it’s a portable application that runs from a flash card)

Just a quick example: suppose, your application uses a Flash ActiveX player to display a Flash movie or video. The end users would need a Flash player ActiveX to allow your application work properly. Also, keep in mind that Flash player is not capable of loading files directly from memory. That exposes two major problems: first, you would have to install a Flash player ActiveX, and second, you would have to have the movie in a file. BoxedApp SDK solves these problems: you simply create a virtual file that contains the flash movie, another virtual file that contains the Flash player ActiveX DLL, and virtual registry entries that point to that virtual file. That’s it. Now the application “thinks” that that the Flash player ActiveX is actually installed, so the Flash player works just as if the movie file was actually there.

In other words, you can now embed all DLL and content files, all ActiveX and OCX components, which your application uses, into a single EXE file. BoxedApp SDK doesn’t unpack these files to disk; it doesn’t use temporary files either.

Would like to see BoxedApp SDK in action? Download the demo right now! It includes many examples:

  • The basic example that explains how to create virtual files and registry keys
  • Embedding Flash player and Flash movies

and more!

 

Features

分类: Computer 标签:

方块表情

2009年9月30日 没有评论

最近看见一套QQ表情,和qq自带的很像,只是全是方方正正的,看起来不错,呵呵,原作者比较低调,没发现是谁:)

squaer_eif
点击下载方块表情

分类: Computer 标签:

谈谈Action Script Replacer

2009年9月24日 没有评论

ASR是buraks公司的三大拳头产品之一,由于官方很少独立销售,大多与asv+uae进行捆绑销售,因此网友大多难得一见。ASR究竟有这么神秘么?虽然没见过ASR真身,但我敢说我下面的一些看法也是八九不离十的。

ASR官方的介绍是:

With ASR you can;

  • See all the scripts in a SWF file. (SWF version 8 and below, Flash 8, Flash MX 2004, MX, 5, 4, 3 generated SWF files officially supported).
  • Replace any script with another compatible script that resides in another SWF file (with batch replace option).
  • Insert/Append a frame actionscript to any frame on any timeline (with batch insert option).
  • Append a frame to any timeline.
  • Change the order of InitClip actions.

总结来说,不外乎以下几个功能

1、从已有的swf中的脚本中提取一部分插入新的swf中

2、替换

3、修改swf中内置脚本的执行顺序

从这里,可以看出,你要想使用asr进行替换或插入,首先必须有一个编译后的as的来源,例如其他的一个swf文件。这是至关重要的,也是其致命缺点之一,无法将手写as编译进去。

另外,现在as已经发展到as3.0阶段,as3.0与as2.0和as1.0是从本质上就不相同的,as2.0和as1.0的脚本是分散在swf的各个元件中的,每段as之间相关性并不大,因此你可以替换一段或插入一段新的as,而对其他as造成不了多大的破坏或影响。

但AS3.0中脚本基本上都是集中的,并且相互依存性比较大,这由其面向对象编程的特点所决定,因此,当替换一段或插入一段新的as时,对as3.0的swf来说,兼容性是个极大的问题,甚至于输出的swf无法运行。

总结一下:如果我料想不错的话,ASR对AS3.0不一定会有支持,即使有,肯定也是鸡肋中的鸡肋。

PS:如上长篇大论皆为本人臆想所得,如有正在使用ASR的朋友发现某方面有出入,可以指出。

分类: Computer 标签: ,

发几颗swf encrypt 6.0 dll version的password

2009年9月22日 没有评论

swf encrypt是amayeta公司的拳头产品,在swf保护领域使用的人的确也不少,其发布版本有ide版本和dll版本,dll版本十分适用于集成到自己的程序中。swf encrypt 的dll version的验证方式一向是在调用encfile函数前需要调用password函数输入正确的password,才可以使用这个dll进行swf文件加密。

这里提供几组swf encrypt 6.0 dll version的password,至于dll version的下载地址和使用说明,大家八仙过海吧。

“SWF6-DLL-L875880H-949G6RKM”
“SWF6-DLL-P268460J-712E4QEM”
“SWF6-DLL-M441621V-303M2SSL”
“SWF6-DLL-C844590F-764B7CLV”
“SWF6-DLL-J448819U-556B7CBS”
“SWF6-DLL-K758981R-945N5VQL”
“SWF6-DLL-Q464782K-499J7MYN”
“SWF6-DLL-A163533N-640F3VMH”
“SWF6-DLL-M276915X-688Q6TGD”
“SWF6-DLL-L635195Z-916T2FSM”
“SWF6-DLL-L175743S-586M5AMT”
“SWF6-DLL-S764103E-126X1DCJ”
“SWF6-DLL-Z496370Q-211T2DFC”
“SWF6-DLL-J587830H-650Q1NFQ”
“SWF6-DLL-L308471X-675L5BLN”
“SWF6-DLL-T513948Q-708P6WCL”
“SWF6-DLL-G814203U-371V4WGS”
“SWF6-DLL-F248369D-719Y8CLF”
“SWF6-DLL-W266696Y-412L9JCE”
“SWF6-DLL-R882819E-745M9UWJ”
“SWF6-DLL-K294519D-784L4RRZ”
“SWF6-DLL-B411145T-747H4YLK”
“SWF6-DLL-Y709645R-507G2XPQ”
“SWF6-DLL-C465832Z-662C4MJN”
“SWF6-DLL-V737381C-341T5QAR”

分类: Computer 标签: ,

披上新外衣的QQ邮箱

2009年9月16日 没有评论

用自己的域名作后缀的邮箱地址收发邮件,是不是很酷?一般来说,这都是需要自己去买个带邮箱功能的虚拟主机的,一个字“钱”。
现在QQ邮箱披上了新外衣,倒是可以满足部分人的虚荣~~

这里介绍下QQ邮箱的新外衣——域名邮箱,简单介绍下,并以enom为例,说明设置方法。
http://domain.mail.qq.com
首先进入如上地址,点击创建域名邮箱,如果提示还未被邀请参加内测,那么可以如下图所示,进入QQ邮箱——设置——体验室进行自助开通。
1
2这里的服务商要看自己的域名服务商是哪个了,如果不在之列就选最后一个。
3
验证方式,一般选择第一种来得快,直接传个文件设置下mx马上就能用4
这里以Enom域名为例,讲下mx记录的设置方法。enom域名的登录到管理后台以后,进入域名管理,选email settings,选User(MX),之后添加记录即可
5
之后验证完成后即可登录域名邮箱进行管理,管理之前会提示完善个人信息,并新建个管理员。
域名邮箱的后台可以新建成员,也可以新建分组,新建的成员必须也有正在使用的qq邮箱才可,要不然也就不会称之为QQ邮箱的新外衣了。
6

分类: Computer 标签: ,

vista下解决qq2009聊天记录不可设置为安装目录

2009年8月22日 没有评论

vista下,qq2009的聊天记录默认放在我的文档下,且无法设置成安装目录下的users目录。经试验下述方法有效。~

1、如果安装完了qq2009且不想重装的话,找到QQ2009安装目录下的bin文件夹,在里面的QQ.exe上点右键–属性–兼容性,在兼容XP sp2上打上√,点击确定。

然后登陆QQ,按下图所示改变每一个登陆qq的个人文件夹位置,改变后点确定,会提示你重新启动QQ,当你再次启动时,你会发现QQ个人文件夹安装在你选择的位置了。此方法的缺点是每一个第一次登陆的QQ都要改变一次qq个人文件夹路径。

2、重新安装qq2009,安装程序需要采用xp sp2兼容模式运行,之后安装时选择聊天记录存放目录即可,这种方法的好处是不用没登陆一个qq号改变一次路径

分类: Computer 标签: , ,