• 大小: 1.92MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-11-12
  • 语言: 其他
  • 标签:

资源简介

断针即时打xp V5.5破解版付破解方法

资源截图

代码片段和文件信息

// MapConv 1.04
// Purpose: converts IDA and Dede map files to OllyDbg
// by godfather+
// modified by TBD and SHaG

// VERY IMPORTANT NOTICE: COMPILE THIS DLL WITH BYTE ALIGNMENT OF STRUCTURES
// AND UNSIGNED CHAR!

#include 
#include 
#include 
// #include 

#include “plugin.h“
DWORD GetCurrentEIP(void);

HINSTANCE        hinst;                // DLL instance
HWND             hwmain;               // Handle of main OllyDbg window
byte usecomment uselabel;
t_module *pmodule;

BOOL WINAPI DllEntryPoint(HINSTANCE hiDWORD reasonLPVOID reserved) {
  if (reason==DLL_PROCESS_ATTACH)
    hinst=hi;                          // Mark plugin instance
  return 1;                            // Report success
};

int _export cdecl ODBG_Plugindata(char shortname[32]) {
  strcpy(shortname“MapConv“);       // Name of plugin
  return PLUGIN_VERSION;
};

int _export cdecl ODBG_Plugininit(int ollydbgversionHWND hwulong *features) {
  if (ollydbgversion    return -1;
  hwmain=hw;
  Addtolist(00“MapConv ver 1.4 by godfather+ TBD and SHaG“);
  return 0;
};

int _export cdecl ODBG_Pluginmenu(int originchar data[4096]void *item)  {
  int in;
  t_dump *pd;
  switch (origin) {
    case PM_MAIN:                      // Plugin menu in main window
      strcpy(data“0 Replace label 1 Replace comment |3 &About“);
      return 1;
    default: break;                    // Any other window
  };
  return 0;                            // Window not supported by plugin
};

void information(char *message)
{
  MessageBox(hwmainmessage “MapConv v1.4“MB_OK|MB_ICONINFORMATION);
}

DWORD GetCurrentEIP(void)
{
  t_thread* t2;// t_thread

  t2=Findthread(Getcputhreadid());
  return t2->reg.ip;
}

void LoadMap(int what)
{
  char path[255];
  FILE *in;

  char mapseg[8];
  char buff[20];
  char *mapoff = “0x12345678“ *endptr;
  long lnumber;

  char maplabel[50];
  char mapline[TEXTLEN];

  char *str2;
  int ij addmenuid mnuitems;

  str2 = Plugingetvalue(VAL_PROCESSNAME);    //some checks
  if (strlen(str2) == 0)
    {
     Addtolist (01“MapConv ERROR: No process to add map info“);
     information(“Well - if you don‘t debug anything - your don‘t need .map file ;-)“);
     return;
    }
  strcpy(path“.\\“);
  Browsefilename(“Select map file“path“.map“0);

  if (stricmp(path “.\\“) == 0)        //just a litle check
    return;

  if ((in = fopen(path “rt“))== NULL)
    Addtolist (01“MapConv ERROR: Cannot open %s“ path);
  else
      {
      while (!feof(in))
        {
        strcpy(mapseg “ 0001:“);
        if ((strstr(mapline mapseg) != NULL) && (strstr(mapline “CODE“) == NULL) && (strstr(mapline “Program entry“) == NULL))
          {
            str2 = mapoff;
            str2++;
            str2++;
            for (i=6;i<14;i++)
             *str2++ = mapline[i];

            *str2++ = ‘\0‘;


 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        573  2006-01-03 22:16  断针即时打xp V5.5\破解说明.txt

     文件     197791  2004-08-07 14:20  断针即时打xp V5.5\断针即时打 XP V5.5.exe

     文件    1099910  2006-01-02 19:57  断针即时打xp V5.5\断针即时打的破解方法.chm

     文件      55808  2003-06-13 00:46  断针即时打xp V5.5\OllyDbg 1.09C中文版\Bookmark.dll

     文件        628  2003-06-13 02:01  断针即时打xp V5.5\OllyDbg 1.09C中文版\常用热键.txt

     文件       2725  2003-06-13 01:55  断针即时打xp V5.5\OllyDbg 1.09C中文版\命令栏命令.txt

     文件       1429  2003-06-13 01:55  断针即时打xp V5.5\OllyDbg 1.09C中文版\命令行命令.txt

     文件    1071616  2003-06-13 00:59  断针即时打xp V5.5\OllyDbg 1.09C中文版\Ollydbg.exe

     文件      58880  2003-06-12 23:39  断针即时打xp V5.5\OllyDbg 1.09C中文版\CleanupEx.dll

     文件      61952  2003-06-13 00:00  断针即时打xp V5.5\OllyDbg 1.09C中文版\Cmdline.dll

     文件       5120  2003-06-13 00:07  断针即时打xp V5.5\OllyDbg 1.09C中文版\IsDebug.dll

     文件       4459  2003-06-10 01:36  断针即时打xp V5.5\OllyDbg 1.09C中文版\mapconv.c

     文件     155136  2003-06-13 00:16  断针即时打xp V5.5\OllyDbg 1.09C中文版\MapConv.dll

     文件       1629  2003-06-10 08:59  断针即时打xp V5.5\OllyDbg 1.09C中文版\MapConv.txt

     文件       3003  2003-06-13 01:37  断针即时打xp V5.5\OllyDbg 1.09C中文版\ReadmeV1.09c_CHS.txt

     文件       5824  2006-01-02 19:39  断针即时打xp V5.5\OllyDbg 1.09C中文版\Ollydbg.ini

     文件      10514  2005-08-31 11:49  断针即时打xp V5.5\OllyDbg 1.09C中文版\Pftprn_1.udd

     文件        160  2005-09-03 22:57  断针即时打xp V5.5\OllyDbg 1.09C中文版\MSVBVM50.bak

     文件      10817  2005-09-03 23:01  断针即时打xp V5.5\OllyDbg 1.09C中文版\Pftprn.bak

     文件        437  2005-09-03 23:01  断针即时打xp V5.5\OllyDbg 1.09C中文版\vb5chs.bak

     文件      10817  2005-09-03 23:07  断针即时打xp V5.5\OllyDbg 1.09C中文版\Pftprn.udd

     文件        160  2005-09-03 23:07  断针即时打xp V5.5\OllyDbg 1.09C中文版\MSVBVM50.udd

     文件        437  2005-09-03 23:07  断针即时打xp V5.5\OllyDbg 1.09C中文版\vb5chs.udd

     目录          0  2005-11-04 13:44  断针即时打xp V5.5\OllyDbg 1.09C中文版

     目录          0  2006-01-02 19:54  断针即时打xp V5.5

----------- ---------  ---------- -----  ----

              2759825                    25


评论

共有 条评论

相关资源