• DynamicSkinForm VCL SKINS

    以上是效果图,下载链接1下载链接2.官方网站


  • Armadillo V6.X Minimum Protection 【脱壳】

    话说这个东西是前天拿到的,但是当时在家,东西也不全。平直接感觉是加壳了。去peid官方下载了个没有更新特征库的报了个什么都没发现,晕死。

    今天重新查壳发现是Armadillo V6.X Minimum Protection -> Silicon Realms Toolworks * Sign.By.fly * 20081227 *,脱壳后发现程序是用bc++写的:

    这个文章网上有的,这里只是做个类似笔记的东西,没别的用处(文章本身就是依样画葫芦。)。
    Read the rest of this entry »


  • IP归属地查询器

    在线查询数据,数据来源123cha.com。需要联网使用,不是查询的纯真的数据。猛击此处下载。 :D

    部分代码:

    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    
    procedure TForm1.Button1Click(Sender: TObject);
    var
       xml : OleVariant;
       r:string;
       p1,p2 : Integer;
       I:Integer;
    begin
       xml := CreateOleObject('Microsoft.XMLHTTP');
       xml.Open('GET','http://www.123cha.com/ip/?q='+edt1.Text, False);
       xml.Send;
       r := xml.responseText;
       p1:=Pos('数据',r);
       p2:=Pos('<li>[查询提供]',r);
       mmo1.lines.add(' 您查询的地址可能归属地是:') ;
       mmo1.lines.add(' ===========================') ;
       mmo1.Lines.add (Copy(r, p1+16, p2-p1-5));
       mmo1.Text:=StringReplace(mmo1.Text,'&nbsp;','',[rfReplaceAll]);
       mmo1.Text:=StringReplace(mmo1.Text,'</li>','',[rfReplaceAll]);
       mmo1.Text:=StringReplace(mmo1.Text,'<li>','',[rfReplaceAll]);
       mmo1.Text:=StringReplace(mmo1.Text,'<font color="blue">','',[rfReplaceAll]);
       mmo1.Text:=StringReplace(mmo1.Text,'</font>','',[rfReplaceAll]);
    end;
    </li>

  • 010 Editor v3.1.0 Keygen

    Click here to download. :D


  • 博客数据被删除,最新文章已经全部丢失

    博客数据被删除,最新文章已经全部丢失。

    idc说是cc攻击,其实cc攻击的可能性不大。后来我想了下可能是write的原因。由于iis主机固有的重定向缺陷最后使用了php页面的重定向,但是重定向之后服务器资源耗用上升。最后导致了被误认为是cc攻击,现在重新修正了固定链接,没有去掉index.php。其实个人博客还是有linux的主机来提供服务比较好。 :)

    对于访问的链接(尤其是搜索引擎来到这里的,如果不能访问请在url中添加index.php。) ,http://www.h4ck.org.cn/2010/03/cc/例如上面的链接请修改为:http://www.h4ck.org.cn/index.php/2010/03/cc/。真是恶心啊。一个重写导致这么多的问题,话说最近的几篇文章都添加了三四次了,最后还是有问题给删除了。nngx。


  • Windows 7中将Live Mail和Messenger最小化到系统托盘

    在Windows 7中,Windows Live Mail和Live Messenger都不能最小化到系统托盘,只能显示在任务栏,虽然不影响使用,但欠美观。Live Mail会同时显示在任务栏和系统托盘,而且系统托盘的菜单中没有“最小化时隐藏窗口”这一项。
    Read the rest of this entry »