登录
首页 » Windows核心 » 我有一个需求,是获取函数的机器码,但是我直接用函数的地址来读取却读不到,后来听说是虚函数地址...

我有一个需求,是获取函数的机器码,但是我直接用函数的地址来读取却读不到,后来听说是虚函数地址...

于 2022-04-01 发布 文件大小:125.58 kB
0 197
下载积分: 2 下载次数: 1

代码说明:

我有一个需求,是获取函数的机器码,但是我直接用函数的地址来读取却读不到,后来听说是虚函数地址-I have a demand function is to obtain the binary, but I directly address the function to read but can not read, and later heard that the virtual function address

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • This is a usb observation of procedures, from DDK's own code changes come! C...
    这是一个观察usb的程序,从DDK自带的代码改变而来!功能比较强大!对学习USB有很大的帮助-This is a usb observation of procedures, from DDK"s own code changes come! Comparison powerful! Learning USB be of great help
    2022-03-23 18:32:41下载
    积分:1
  • VB中API的简单应用源码,有兴趣的下载
    VB中API的简单应用源码,有兴趣的下载-VB API simple application source code, are interested in downloading
    2022-08-31 19:35:02下载
    积分:1
  • 该代码实现的主要是文件拖放功能,其可以将一个文件拖入到对话框直接运行!包含详细的代码。...
    该代码实现的主要是文件拖放功能,其可以将一个文件拖入到对话框直接运行!包含详细的代码。-The code to achieve the main drag and drop the document function, which can drag a file directly to the dialog box to run! Contains a detailed code.
    2023-02-05 14:45:03下载
    积分:1
  • 捕捉拍频 * 捕捉拍频功能仅在拍子停止时可用。 * 以一定节奏连纽按动Tap按钮两下或更多,Tempo会自动对应于按动的拍频。 * 连续2秒没有按动...
    捕捉拍频 * 捕捉拍频功能仅在拍子停止时可用。 * 以一定节奏连纽按动Tap按钮两下或更多,Tempo会自动对应于按动的拍频。 * 连续2秒没有按动Tap,或启动拍子,则上次按动的记录将被清除,并在下次按动时重新记算拍频。 * 拍频将以连续按下的拍子间隔,以一定算法进行统计,得出近似值。 调节音量 * 拖动Volume框中的滑条即可调节音量,向左拖动使音量减小,向右拖动反之。 * 最小音量为静音,最大音量为拍音的原音量。 运行模式 * 选择Rum mode中的Performace为性能优先模式,选中Precision为精度优先模式。 * Perfomance模式下,启动拍子后程序占用系统资源极少,但精度不能完全保证。在系统性能良好时,误差不超过每拍0.015秒,但在系统性能低下时误差可能会相当大。 * Precision模式下,程序采用了高端的计时技术,保证误差在每拍十万分之一秒之内,且几乎不受系统性能影响,但此模式极占系统资源,以至于您可能在打拍子的同时无法运行其它程序。 * 一般情况下不推荐使用Precision模式,除非您有相当高的精度要求。-capture beat frequency* Beat capture function only when the racket can be stopped.* Even in a certain rhythm Tap button activated the New Zealand under two or more, Tempo will be automatically activated corresponding to the beat frequency.* Continuous two seconds not squeezed Tap, or commencement of the beat was last pressed the record will be cleared and the next re-activated in mind when counting beats.* Beat will be in charge of press row spacing, to a certain statistical algorith
    2022-01-26 06:39:54下载
    积分:1
  • JAVA client installation, need only copy of this document to the client machine,...
    JAVA客户端安装,只需要将此文件拷贝到客户端机器上,并设置path路径,即可运行java程序-JAVA client installation, need only copy of this document to the client machine, and a path trails can run java programs
    2022-06-17 07:31:42下载
    积分:1
  • EXE+BPL+DLL+Interface项目解决方案演示 先打开ExeBplDll.bpg工程编译安装DataCentre.dpk,然后再编译所有的工程 输出
    EXE+BPL+DLL+Interface项目解决方案演示 先打开ExeBplDll.bpg工程编译安装DataCentre.dpk,然后再编译所有的工程 输出放在Release目录下-EXE DLL Interface BPL solution demonstration project to open ExeBplDll.bpg works DataCentre.dpk compiler installation, and then compile all the works on the output directory Release
    2023-04-29 23:50:02下载
    积分:1
  • 64位方式存取文件
    64位方式存取文件 -The example of accessing file in 64-bit method
    2023-01-14 07:10:03下载
    积分:1
  • 串口仿真程序软件
    串口仿真程序软件-serial simulation software
    2022-03-23 08:50:49下载
    积分:1
  • 通过该程序可以实现操作系统的重新启动,在编程时若需重启系统,则可以使用该程序...
    通过该程序可以实现操作系统的重新启动,在编程时若需重启系统,则可以使用该程序-The program can be achieved through the operating system restarts, restart the system in the For programming, you can use the program
    2023-01-07 16:25:03下载
    积分:1
  • java 连接 sap 要用到的 librfc32.dll文件.将librfc32.dll的文件复制到目录 {windows...
    java 连接 sap 要用到的 librfc32.dll文件.将librfc32.dll的文件复制到目录 {windows-dir}system32下面。如果该文件已经存在,则覆盖它。这个文件就是SAP的RFC协议实现,-sap to use java to connect to the librfc32.dll document. librfc32.dll documents will be copied to the directory (windows-dir) system32 below. If the file already exists, then cover it. This document is SAP
    2022-02-01 03:30:23下载
    积分:1
  • 696518资源总数
  • 106215会员总数
  • 5今日下载