imp64

Here is one tool to fix imports on x64 target (and to dump them as well). This tool was done almost a year ago. GUI really sucks as I’m not very experienced with GUI programming. However import fixing code should do just fine as it uses 1API = 1IID technique which I described in one of my Blog entries. Good thing is that import scanning/fixing code can be extracted from source without a problem as those are held in separate files.

Hope that someone will find this tool useful, at least source code.
Download link1:http://exelab.ru/download.php?action=get&n=MTAzMA==

Download link2:http://deroko.phearless.org/imp64.rar

Delphi Read/Write REG_MULTI_SZ

unit Unit1;

 interface

 uses
      Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
      Buttons, Registry, StdCtrls;

type
      TExRegistry = class(TRegistry)
      public
      procedure ReadStrings(const valueName: string; strings: TStrings);
      procedure WriteStrings(const valueName: string; strings: TStrings);
      end;

 type
      EExRegistryException = class(ERegistryException)
      private
      fCode: Integer;
      function GetError : string;
      public
      constructor CreateLastError (const st : string);
      constructor Create (code : DWORD; const st : string);
      property Code : Integer read fCode;
      end;

Continue Reading

Opera本地个人数据备份工具

1.程序会自动获取Opera的个人数据的文件夹以及程序安装目录,通常不需要自己修改个人数据路径。

2.数据的备份目录可以通过右侧的按钮进行选择或者直接输入目标目录。

3.特别说明,这里的目录在备份的时候只需要选择到D:\Documents and Settings\obaby\Application Data\Opera\即可,如果继续进入到下级D:\Documents and Settings\obaby\Application Data\Opera\opera在备份完成之后将可能出现还原错误。

还原的时候同样选择到opera文件夹的上级目录即可。 smile

有什么问题可以在后面给我留言!猛击此处下载程序!