问题标签 [edb]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
c# - 如何在 C# 中使用 windbase.h
在谷歌上阅读了很长时间后,我仍然不知道如何在 C# 上使用这个 EDB http://msdn.microsoft.com/en-us/library/aa912256 。我阅读了很多关于包装器和 SWIG 解决方案的信息。但是如何包装windbase.h 中的函数。
我想在我的 c# 程序中制作 EDB。我可以从 <.h> 制作某种方式的 dll 吗?
windows-8 - Esent 在 Windows 8 上崩溃
我已经在我的项目中广泛使用 ESENT,我真的很喜欢它的简单和快速。也很稳定!!
但是我对Windows 8有一个巨大的问题!每当我调用 JetSetSystemParameter 以外的东西时,无论我如何链接到 esent.dll(动态或静态),dll 都会崩溃,将我的应用程序拖下悬崖。
事件查看器告诉我以下信息:异常代码:0xc0000090 错误偏移量:0x0003090e esent ver:6.2.8400.0
有人在 Windows 8 上遇到过类似的问题吗?
edb - 在 Vista 上打开页面大小超过 8192 的 edb-database
我
用来设置与数据库相同的页面大小。有一个页面大小 == 32768 的数据库。在 Windows 7 上,此代码运行良好。在 Windows Vista JetSetSystemParameter 上返回 JET_errInvalidParameter。有什么方法可以在 Windows Vista 上打开页面大小超过 8192 的数据库?
JetGetDatabaseFileInfo(db_name, &db_page_size, sizeof(db_page_size),JET_DbInfoPageSize);
JetSetSystemParameter(NULL, NULL, JET_paramDatabasePageSize, db_page_size, NULL);
delphi - 在 Delphi 项目中,Esent 在 Windows 8 中崩溃
我已经在我的项目中广泛使用 ESENT,我真的很喜欢它的简单和快速。也很稳定!!
但我对 Windows 8 有一个大问题!!!每当我调用 JetSetSystemParameter 以外的东西时,无论我如何链接到 esent.dll(动态或静态),dll 都会崩溃,将我的应用程序拖下悬崖。
不幸的是,我仍然无法让它运行。我的代码在 Windows 7 或更早版本上运行没有问题。但是在 Windows 8 中,当我尝试创建实例(浮点无效操作)时,esent.dll 崩溃。
我尝试了所有可能的调用约定。这绝对不是问题。我尝试了更多并发现了这种奇怪的情况: 1. 我使用 VS 2012 创建了一个演示应用程序,并且 JetCreateInstance 工作得很好。2.在Delphi XE3中完全相同的代码会发送esent.dll崩溃。3.我使用VS 2012创建了一个DLL,导出了在上述演示应用程序中完美运行的方法,认为这是一个Delphi错误。4. 然后我将 DLL 加载到一个演示 Delphi 项目中(尝试使用 6、XE2 和 XE3)。调用方法和 BOOM。同样的崩溃。
现在我的假设是微软不会允许?!?与 esent.dll 一起正常工作的任何其他开发人员环境。这可能吗???
windows - 如何使用 EDB 功能在文件夹项目中挂载数据库卷?
我有一个 store.vol 文件并使用 EDB API 来读取它。我在我的项目中攻击了这个文件,但我找不到阅读它。我看一个例子: http: //www.codeproject.com/Tips/68144/Modifying-the-Call-History-on-Windows-Mobile 代码示例:
我想用来CeMountDBVolEx
在文件夹项目中安装我的数据库卷。
谢谢!!!
database - File structure of EDB file
I have an offline .EDB file (exchange Database) that I want to pull information from such as the Computer name and the Flags etc. I have found the following offsets from http://www.edbsearch.com/edb.html
which indicate that the Computer name etc comes from byte 0x24 0x10
However, looking at the following EDB file in 101 editor, the value appears to be non existent. It appears later on within the file, but not in a constant place.
Is there a constant byte that I can reliably pull the Computer name from the .EDB file ? I am working on backups from another computer, but all of the solutions that I have found are for Live versions of .EDB files - which are useless for myself as I have offline databases.
Many thanks,
database - 交换服务器中的页面大小是多少?
请告诉我每个版本的 MS Exchange Server 的页面大小是多少,即 MS Exchange Server 的 Exchange Server 4.0、Exchange Server 5.0、Exchange 2000 Server、Exchange Server 2003、Exchange Server 2007、Exchange Server 2010、Exchange Server 2013。
c++ - 如何读取 Windows.edb 文件?
我想创建一个可以读取/访问的脚本/软件,然后查询一个 edb 数据库文件。我正在查看以 edb 文件形式出现的 Windows 索引文件。Python 似乎没有任何可用于查询数据库的模块。是否有其他语言,例如 C++?
python - 在 matlab 或 python 中打开 EDB 文件
我有 EDB 文件,其中包含我需要为实验分析的原始数据。这些数据是通过数字智能笔收集的数字笔迹记录。我设法在文件查看器中打开文件,但它只允许查看它,而不是编辑。是否有在 Matlab 或 Python 中打开 EDB 文件的函数或任何其他方式?非常感谢!
linux - edb Linux 跟随转储寄存器 EAX 去不同的地址(逻辑或物理)
我的问题是在 Linux 上的Registers和Dump窗口中显示的内存位置值。edb
随着我的进程暂停,寄存器EAX
包含b77190a0
. 该地址指向缓冲区内。
我做了一个Follow In Dump来EAX
显示来自地址的内容EAX
。
在转储视图中,预期的内容显示在地址处b750da0e
。
我读过:逻辑地址和物理地址之间的区别?
我得出的结论是,它EAX
包含一个逻辑地址(用于进程),该地址被评估为转储视图中显示的物理地址。
这是正确的基本思想还是我错过了其他东西?
我已经在 x86 windows 上使用了 Immunity Debugger,而在寄存器地址之后没有这种行为。