资源简介
不管是新手还是老手这款工具都非常使用的软件,亲测超好用
代码片段和文件信息
////////////////////////////////////////////////////////////////////////////////
// //
// SAMPLE PLUGIN FOR OLLYDBG //
// //
// Copyright (C) 2001-2004 Oleh Yuschuk //
// //
// This plugin allows to set up to 10 code bookmarks using keyboard shortcuts //
// or popup menus in Disassembler and then quickly return to one of the //
// bookmarks using shortcuts popup menu or Bookmark window. Bookmarks //
// are kept between sessions in .udd file. //
// //
// This code is distributed “as is“ without warranty of any kind expressed //
// or implied including but not limited to warranty of fitness for any //
// particular purpose. In no event will Oleh Yuschuk be liable to you for any //
// special incidental indirect consequential or any other damages caused //
// by the use misuse or the inability to use of this code including any //
// lost profits or lost savings even if Oleh Yuschuk has been advised of the //
// possibility of such damages. Or translated into English: use at your own //
// risk! //
// //
// This code is free. You can modify this code include parts of it into your //
// own programs and redistribute modified code provided that you remove all //
// copyright messages or if changes are significant enough substitute them //
// with your own copyright. //
// //
////////////////////////////////////////////////////////////////////////////////
// VERY IMPORTANT NOTICE: COMPILE THIS DLL WITH BYTE ALIGNMENT OF STRUCTURES
// AND UNSIGNED CHAR!
#include
#include
#include
#include “plugin.h“
HINSTANCE hinst; // DLL instance
HWND hwmain; // Handle of main OllyDbg window
char bookmarkwinclass[32]; // Name of bookmark window class
// OllyDbg supports and makes extensive use of special kind of data collections
// called sorted tables. A table consists of descriptor (t_table) and data. All
// data elements has same size and begin with a 3-dword header: address size
// and type. Table automatically sorts items by address overlapping is not
// allowed. Our bookmark table consists of elements of type t_bookmark.
typedef struct t_bookmark {
ulong index; // Bookmark
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2019-04-27 17:46 冰若° OD-2.02019最新版\
目录 0 2019-04-27 17:47 冰若° OD-2.02019最新版\冰若° OD-2.02019最新版\
文件 10752 2005-03-20 19:28 冰若° OD-2.02019最新版\冰若° OD-2.02019最新版\LOADDLL.EXE
文件 0 2015-02-14 03:09 冰若° OD-2.02019最新版\冰若° OD-2.02019最新版\LoadMapEx_log.txt
文件 1293780 2011-06-08 23:31 冰若° OD-2.02019最新版\冰若° OD-2.02019最新版\OllyDBG.EXE
文件 67892 2017-06-18 18:58 冰若° OD-2.02019最新版\冰若° OD-2.02019最新版\OllyDbg.ini
文件 47 2017-05-28 22:03 冰若° OD-2.02019最新版\冰若° OD-2.02019最新版\result.txt
文件 163379 2015-02-06 19:50 冰若° OD-2.02019最新版\冰若° OD-2.02019最新版\StollyStructs.ini
目录 0 2017-05-31 23:23 冰若° OD-2.02019最新版\冰若° OD-2.02019最新版\UDD\
文件 17 2019-04-27 17:47 冰若° OD-2.02019最新版\冰若° OD-2.02019最新版\使用说明.txt
文件 698880 2015-12-31 15:39 冰若° OD-2.02019最新版\冰若° OD-2.02019最新版\冰若.exe
目录 0 2017-05-31 23:22 冰若° OD-2.02019最新版\冰若° OD-2.02019最新版\原版\
文件 6767 2014-09-20 16:25 冰若° OD-2.02019最新版\冰若° OD-2.02019最新版\原版\ollydbg - 代码高亮方案.ini
目录 0 2017-05-31 23:22 冰若° OD-2.02019最新版\冰若° OD-2.02019最新版\原版\汉化原版\
文件 1300992 2014-09-20 08:49 冰若° OD-2.02019最新版\冰若° OD-2.02019最新版\原版\汉化原版\Ollydbg.exe
文件 10476 2015-02-16 03:07 冰若° OD-2.02019最新版\冰若° OD-2.02019最新版\原版\汉化原版\ollydbg.ini
目录 0 2016-06-07 01:41 冰若° OD-2.02019最新版\冰若° OD-2.02019最新版\原版\汉化原版\plugin\
目录 0 2016-06-07 01:41 冰若° OD-2.02019最新版\冰若° OD-2.02019最新版\原版\汉化原版\UDD\
文件 5930 2006-02-13 16:56 冰若° OD-2.02019最新版\冰若° OD-2.02019最新版\原版\汉化原版\汉化说明.txt
目录 0 2017-05-31 23:22 冰若° OD-2.02019最新版\冰若° OD-2.02019最新版\原版\英文原版\
文件 1117696 2004-05-23 01:10 冰若° OD-2.02019最新版\冰若° OD-2.02019最新版\原版\英文原版\OLLYDBG.EXE
文件 6810 2014-09-21 02:31 冰若° OD-2.02019最新版\冰若° OD-2.02019最新版\原版\英文原版\ollydbg.ini
目录 0 2017-05-31 23:22 冰若° OD-2.02019最新版\冰若° OD-2.02019最新版\导入库\
文件 174 2010-08-28 05:55 冰若° OD-2.02019最新版\冰若° OD-2.02019最新版\导入库\aclui.lib
文件 1151 2010-08-28 05:55 冰若° OD-2.02019最新版\冰若° OD-2.02019最新版\导入库\activeds.lib
文件 43008 2004-06-18 06:30 冰若° OD-2.02019最新版\冰若° OD-2.02019最新版\导入库\apachecore.lib
文件 14400 2010-03-18 00:30 冰若° OD-2.02019最新版\冰若° OD-2.02019最新版\导入库\atl.lib
文件 2096128 2004-06-18 06:30 冰若° OD-2.02019最新版\冰若° OD-2.02019最新版\导入库\bfc42.lib
文件 2501632 2004-06-18 06:30 冰若° OD-2.02019最新版\冰若° OD-2.02019最新版\导入库\bfc42d.lib
文件 516 2010-08-28 05:55 冰若° OD-2.02019最新版\冰若° OD-2.02019最新版\导入库\Cabinet.lib
文件 2146 1998-05-13 00:00 冰若° OD-2.02019最新版\冰若° OD-2.02019最新版\导入库\CAP.LIB
............此处省略213个文件信息
相关资源
- 1000个易语言E语言模块
- OllyDBG Jiack汉化版
- 皮肤模块(易语言皮肤模块)
- 易语言:DNF全自动图源码
- 易语言DNF大漠识图自动刷图源码
- 易语言源码:短信轰炸机
- 易语言终结者2透视源码
- 易语言:人脸识别模块
- 易语言:QQ群发器 小工具源码
- 易语言:支付宝、微信2合1收款语音助
- 易卓越中文安卓编程IDE半成品(3.3)
- 易语言5.71破解精简安装版_BY_冰封
- 易语言5.11完美破解版
- e盾网络验证v4.9易语言源码
- 易语言 网络验证 笑郭天盾6.5企业版
- 易语言网络游戏源码
- 易语言大型完整3D游戏源码-
- 易语言5.6完美破解版精简版
- 易语言静态编译配置工具
- DNF易语言完整源码.rar
- e语言-易调用大漠插件易语言教程
- 易语言远程进程加速变态
- 易语言模块反编译工具
- QQ飞车全套易语言源码+模块.zip
- 易语言完美破解版
- 使用OllyDbg从零开始,全中文,教程所
- 易语言窗口同步操作源码
- 易语言5.71破解版免狗、可静态编译
- 独立团易语言模块King-EC5.5 破解版
- QQ飞车舞蹈模式全连易语言源码
评论
共有 条评论